1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

drop GPIODEV platform code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33825 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2012-10-17 21:53:37 +00:00
parent 1be2e5ea11
commit b4260e22f3
19 changed files with 6 additions and 124 deletions

View File

@@ -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();
+