From e1957ef02c0d949c27f7386e5fa509a57e033d5a Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Mon, 9 Nov 2009 13:09:45 -0600 Subject: tsec: Make functions/data static when possible This is generally good practice and saves ~150 bytes. Signed-off-by: Peter Tyser Signed-off-by: Ben Warren --- include/tsec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/tsec.h') diff --git a/include/tsec.h b/include/tsec.h index f56723a153..29e4c56d6c 100644 --- a/include/tsec.h +++ b/include/tsec.h @@ -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); -- cgit v1.2.1