diff options
author | John Crispin <blogic@openwrt.org> | 2012-10-17 21:53:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-10-17 21:53:37 +0000 |
commit | fb47a917c207afa0631518b0b7a80e19ac0c796d (patch) | |
tree | 7119a1430707d10597e1c1a4cb2d4189cb396fbd /target/linux/atheros/patches-3.3 | |
parent | c921e6607e2a0db1af65834d172f83d59268b71e (diff) | |
download | upstream-fb47a917c207afa0631518b0b7a80e19ac0c796d.tar.gz upstream-fb47a917c207afa0631518b0b7a80e19ac0c796d.tar.bz2 upstream-fb47a917c207afa0631518b0b7a80e19ac0c796d.zip |
drop GPIODEV platform code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33825 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.3')
-rw-r--r-- | target/linux/atheros/patches-3.3/100-board.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/atheros/patches-3.3/100-board.patch b/target/linux/atheros/patches-3.3/100-board.patch index aaa4d4193a..bd00d93064 100644 --- a/target/linux/atheros/patches-3.3/100-board.patch +++ b/target/linux/atheros/patches-3.3/100-board.patch @@ -2989,7 +2989,7 @@ +#endif --- /dev/null +++ b/arch/mips/ar231x/devices.c -@@ -0,0 +1,173 @@ +@@ -0,0 +1,168 @@ +#include <linux/kernel.h> +#include <linux/init.h> +#include <linux/serial.h> @@ -3151,11 +3151,6 @@ + +static int __init ar231x_register_devices(void) +{ -+ static struct resource res = { -+ .start = 0xFFFFFFFF, -+ }; -+ -+ platform_device_register_simple("GPIODEV", 0, &res, 1); + ar5312_init_devices(); + ar2315_init_devices(); + |