diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:37 +0000 |
commit | 36ac89d1688676649375f33f354d21d929fa8dae (patch) | |
tree | 93dfd98cf31e7bef1901f695918a30a25786401a /target/linux/atheros/patches-3.18/103-ar2315_gpio.patch | |
parent | 3e2402cf8213144f966b824cb1925341cfe9262a (diff) | |
download | upstream-36ac89d1688676649375f33f354d21d929fa8dae.tar.gz upstream-36ac89d1688676649375f33f354d21d929fa8dae.tar.bz2 upstream-36ac89d1688676649375f33f354d21d929fa8dae.zip |
atheros: v3.18: remove eth platform device unused field
Ethernet controller driver don't use boarddata directly, so remove
corresponding field from its platform device structure.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44710 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.18/103-ar2315_gpio.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/103-ar2315_gpio.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch b/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch index cd3baf5c15..9b55d378f8 100644 --- a/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch +++ b/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch @@ -8,7 +8,7 @@ default y --- a/arch/mips/ath25/ar2315.c +++ b/arch/mips/ath25/ar2315.c -@@ -212,6 +212,34 @@ static struct platform_device ar2315_wdt +@@ -211,6 +211,34 @@ static struct platform_device ar2315_wdt .num_resources = ARRAY_SIZE(ar2315_wdt_res) }; @@ -43,7 +43,7 @@ /* * NB: We use mapping size that is larger than the actual flash size, * but this shouldn't be a problem here, because the flash will simply -@@ -277,6 +305,7 @@ ar2315_init_devices(void) +@@ -276,6 +304,7 @@ ar2315_init_devices(void) ar231x_find_config(ar2315_flash_limit()); ar2315_eth_data.macaddr = ar231x_board.config->enet0_mac; |