diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-17 21:53:37 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-17 21:53:37 +0000 |
commit | b4260e22f397fe98612083d43bb52633bd4b5702 (patch) | |
tree | 7119a1430707d10597e1c1a4cb2d4189cb396fbd /target/linux/atheros/patches-3.3/100-board.patch | |
parent | 1be2e5ea11d0ff467d7f7f3e64d1f4ad872a3f0c (diff) |
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/100-board.patch')
-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(); + |