diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-11-09 13:09:45 -0600 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2010-01-31 22:34:34 -0800 |
commit | e1957ef02c0d949c27f7386e5fa509a57e033d5a (patch) | |
tree | 926cc7769888ba29f4f8b05434b0802a7b8f5487 /include/tsec.h | |
parent | 27165b5c328464b706601b1cd586e359a3dc2f6d (diff) |
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>
Diffstat (limited to 'include/tsec.h')
-rw-r--r-- | include/tsec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tsec.h b/include/tsec.h index f56723a1535..29e4c56d6cb 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); |