summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx5/sys_proto.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-10-13 05:34:59 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:32 +0200
commit77f11a99e14ce10ebc3b26a39a976a0827b88f86 (patch)
treed1c7eefc9478cbede388e65978521e877a614b58 /arch/arm/include/asm/arch-mx5/sys_proto.h
parentf8f96129bf4044fe980d6096d45e69b953d87041 (diff)
downloadtalos-obmc-uboot-77f11a99e14ce10ebc3b26a39a976a0827b88f86.tar.gz
talos-obmc-uboot-77f11a99e14ce10ebc3b26a39a976a0827b88f86.zip
imx: fix coding style
Fix checkpatch warning and errors in several i.MX related files. While at it also address a checkpatch warning at arch/arm/cpu/armv7/mx5/soc.c regarding the usage of extern in a C file. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx5/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx5/sys_proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx5/sys_proto.h b/arch/arm/include/asm/arch-mx5/sys_proto.h
index ce63675629..13d12ee1a4 100644
--- a/arch/arm/include/asm/arch-mx5/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx5/sys_proto.h
@@ -28,4 +28,12 @@ u32 get_cpu_rev(void);
#define is_soc_rev(rev) ((get_cpu_rev() & 0xFF) - rev)
void sdelay(unsigned long);
void set_chipselect_size(int const);
+
+/*
+ * Initializes on-chip ethernet controllers.
+ * to override, implement board_eth_init()
+ */
+
+int fecmxc_initialize(bd_t *bis);
+
#endif
OpenPOWER on IntegriCloud