summaryrefslogtreecommitdiffstats
path: root/include/tsec.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-11-09 13:09:45 -0600
committerBen Warren <biggerbadderben@gmail.com>2010-01-31 22:34:34 -0800
commite1957ef02c0d949c27f7386e5fa509a57e033d5a (patch)
tree926cc7769888ba29f4f8b05434b0802a7b8f5487 /include/tsec.h
parent27165b5c328464b706601b1cd586e359a3dc2f6d (diff)
downloadtalos-obmc-uboot-e1957ef02c0d949c27f7386e5fa509a57e033d5a.tar.gz
talos-obmc-uboot-e1957ef02c0d949c27f7386e5fa509a57e033d5a.zip
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.h1
1 files changed, 0 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud