ramips: fix compiler warning in prom.c
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-nw718.c
index 7107a8c..9d2f47f 100644 (file)
@@ -31,9 +31,6 @@
 #define NW718_GPIO_BUTTON_RESET                10
 
 #define NW718_GPIO_SPI_CS0             3
-#define NW718_GPIO_SPI_SCK             4
-#define NW718_GPIO_SPI_MOSI            5
-#define NW718_GPIO_SPI_MISO            6
 
 #define NW718_BUTTONS_POLL_INTERVAL    20
 
@@ -139,6 +136,7 @@ static void __init nw718_init(void)
        rt305x_register_wifi();
        rt305x_register_wdt();
        rt305x_register_spi(nw718_spi_info, ARRAY_SIZE(nw718_spi_info));
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "NW718", "Netcore NW718", nw718_init);
This page took 0.024673 seconds and 4 git commands to generate.