diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/emac.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/emac.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/include/mach/emac.h b/arch/arm/mach-davinci/include/mach/emac.h index 549fcced2175..beff4fb7c845 100644 --- a/arch/arm/mach-davinci/include/mach/emac.h +++ b/arch/arm/mach-davinci/include/mach/emac.h | |||
@@ -12,6 +12,7 @@ | |||
12 | #define _MACH_DAVINCI_EMAC_H | 12 | #define _MACH_DAVINCI_EMAC_H |
13 | 13 | ||
14 | #include <linux/if_ether.h> | 14 | #include <linux/if_ether.h> |
15 | #include <linux/memory.h> | ||
15 | 16 | ||
16 | struct emac_platform_data { | 17 | struct emac_platform_data { |
17 | char mac_addr[ETH_ALEN]; | 18 | char mac_addr[ETH_ALEN]; |
@@ -30,7 +31,6 @@ enum { | |||
30 | EMAC_VERSION_1, /* DM644x */ | 31 | EMAC_VERSION_1, /* DM644x */ |
31 | EMAC_VERSION_2, /* DM646x */ | 32 | EMAC_VERSION_2, /* DM646x */ |
32 | }; | 33 | }; |
33 | void davinci_init_emac(struct emac_platform_data *pdata); | ||
34 | #endif | ||
35 | |||
36 | 34 | ||
35 | void davinci_get_mac_addr(struct memory_accessor *mem_acc, void *context); | ||
36 | #endif | ||