mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
tsec: Make functions/data static when possible
This is generally good practice and saves ~150 bytes. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
@@ -644,7 +644,6 @@ struct tsec_info_struct {
|
||||
u32 flags;
|
||||
};
|
||||
|
||||
int tsec_initialize(bd_t * bis, struct tsec_info_struct *tsec_info);
|
||||
int tsec_standard_init(bd_t *bis);
|
||||
int tsec_eth_init(bd_t *bis, struct tsec_info_struct *tsec_info, int num);
|
||||
|
||||
|
Reference in New Issue
Block a user