diff options
| author | Fabio Estevam <[email protected]> | 2011-12-20 05:46:31 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-01-16 08:40:09 +0100 |
| commit | be252b654a018cd9f513b0f2a5da4855a209c40c (patch) | |
| tree | d9314c6c7e5bc9e0c426f0996abc3cb2578d2d16 /arch/arm/include | |
| parent | 3c057897e9873fb95bfe6eae5e483d724670a288 (diff) | |
net: imx: Add multi-FEC support for imx_get_mac_from_fuse
Add multi-FEC support for imx_get_mac_from_fuse by passing dev_id as a parameter.
This feature is important on mx28 SoC for example that has two FEC ports.
Cc: Ben Warren <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/imx-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 85d55b751df..dfec6b0b9ec 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -167,7 +167,7 @@ #if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__)) #include <asm/types.h> -extern void imx_get_mac_from_fuse(unsigned char *mac); +extern void imx_get_mac_from_fuse(int dev_id, unsigned char *mac); /* System Reset Controller (SRC) */ struct src { |
