* remove references to gpio_dev * make vmmc driver register its own memory and dont...
[openwrt/openwrt.git] / target / linux / ifxmips / files-2.6.33 / arch / mips / ifxmips / common / devices.c
index dcd2346c8ef9dcfb2e0428898b04d1b7ed80b347..dade30c40f70a4df5ff0905053700406ebf087c5 100644 (file)
 #include <ifxmips.h>
 #include <ifxmips_irq.h>
 
-/* gpiodev */
-static struct platform_device ifxmips_gpio_dev =
-{
-       .name                   = "GPIODEV",
-       .num_resources  = 1,
-};
-
-void __init
-ifxmips_register_gpio_dev(void)
-{
-       platform_device_register(&ifxmips_gpio_dev);
-}
-
 /* gpio leds */
 #ifdef CONFIG_LEDS_GPIO
 static struct gpio_led_platform_data ifxmips_gpio_led_data;