atheros: v3.18: remove eth platform device unused field
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-3.18 / 100-board.patch
index e86bb4876dbca156ce2f2899bdc820121394a618..abf19641bc27a7efc78dba6bfebc100f5cea54a4 100644 (file)
 +}
 --- /dev/null
 +++ b/arch/mips/include/asm/mach-ath25/ath25_platform.h
-@@ -0,0 +1,85 @@
+@@ -0,0 +1,84 @@
 +#ifndef __ASM_MACH_ATH25_PLATFORM_H
 +#define __ASM_MACH_ATH25_PLATFORM_H
 +
 +      void (*reset_clear)(u32);
 +      u32 reset_mac;
 +      u32 reset_phy;
-+      struct ar231x_board_config *config;
 +      char *macaddr;
 +};
 +
 +#endif        /* __ASM_MACH_ATH25_AR5312_REGS_H */
 --- /dev/null
 +++ b/arch/mips/ath25/ar5312.c
-@@ -0,0 +1,476 @@
+@@ -0,0 +1,474 @@
 +/*
 + * This file is subject to the terms and conditions of the GNU General Public
 + * License.  See the file "COPYING" in the main directory of this archive
 +      .reset_clear = ar5312_device_reset_clear,
 +      .reset_mac = AR5312_RESET_ENET0,
 +      .reset_phy = AR5312_RESET_EPHY0,
-+      .config = &ar231x_board,
 +};
 +
 +static struct ar231x_eth ar5312_eth1_data = {
 +      .reset_clear = ar5312_device_reset_clear,
 +      .reset_mac = AR5312_RESET_ENET1,
 +      .reset_phy = AR5312_RESET_EPHY1,
-+      .config = &ar231x_board,
 +};
 +
 +static struct platform_device ar5312_physmap_flash = {
 +
 --- /dev/null
 +++ b/arch/mips/ath25/ar2315.c
-@@ -0,0 +1,431 @@
+@@ -0,0 +1,430 @@
 +/*
 + * This file is subject to the terms and conditions of the GNU General Public
 + * License.  See the file "COPYING" in the main directory of this archive
 +      .reset_clear = ar2315_device_reset_clear,
 +      .reset_mac = AR2315_RESET_ENET0,
 +      .reset_phy = AR2315_RESET_EPHY0,
-+      .config = &ar231x_board,
 +};
 +
 +static struct resource ar2315_spiflash_res[] = {