diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-09-11 18:05:39 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:01:03 +0200 |
commit | 8edcc6f221cbd4e718412156a7a33d43d3cfa442 (patch) | |
tree | 04fa40c39780a4f6a3d9efcd85b3d51d3768940a /arch/arm/include/asm/arch-mx5 | |
parent | 17fb268cf7ac0f6fc6c3102b138c46b3c1b626e5 (diff) | |
download | u-boot-imx-8edcc6f221cbd4e718412156a7a33d43d3cfa442.zip u-boot-imx-8edcc6f221cbd4e718412156a7a33d43d3cfa442.tar.gz u-boot-imx-8edcc6f221cbd4e718412156a7a33d43d3cfa442.tar.bz2 |
FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.h
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Ben Warren <biggerbadderben@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx5')
-rw-r--r-- | arch/arm/include/asm/arch-mx5/imx-regs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h b/arch/arm/include/asm/arch-mx5/imx-regs.h index a4e680b..098c300 100644 --- a/arch/arm/include/asm/arch-mx5/imx-regs.h +++ b/arch/arm/include/asm/arch-mx5/imx-regs.h @@ -282,8 +282,6 @@ #if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__)) #include <asm/types.h> -extern void imx_get_mac_from_fuse(unsigned char *mac); - #define __REG(x) (*((volatile u32 *)(x))) #define __REG16(x) (*((volatile u16 *)(x))) #define __REG8(x) (*((volatile u8 *)(x))) |