ar71xx: spi cleanup for ap121, db120, ubnt-xm and ap136
[openwrt.git] / target / linux / ar71xx / patches-3.18 / 607-MIPS-ath79-ubnt-xm-fixes.patch
index cbbe20b..6170a0a 100644 (file)
  
  static struct gpio_led ubnt_xm_leds_gpio[] __initdata = {
        {
-@@ -65,54 +66,10 @@ static struct gpio_keys_button ubnt_xm_g
+@@ -65,48 +66,10 @@ static struct gpio_keys_button ubnt_xm_g
        }
  };
  
--static struct ath79_spi_controller_data ubnt_xm_spi0_data = {
--      .cs_type = ATH79_SPI_CS_TYPE_INTERNAL,
--      .cs_line = 0,
--};
--
 -static struct spi_board_info ubnt_xm_spi_info[] = {
 -      {
 -              .bus_num        = 0,
 -              .chip_select    = 0,
 -              .max_speed_hz   = 25000000,
 -              .modalias       = "mx25l6405d",
--              .controller_data = &ubnt_xm_spi0_data,
 -      }
 -};
 -
@@ -94,7 +88,7 @@
        ath79_register_leds_gpio(-1, ARRAY_SIZE(ubnt_xm_leds_gpio),
                                 ubnt_xm_leds_gpio);
  
-@@ -120,10 +77,8 @@ static void __init ubnt_xm_init(void)
+@@ -114,10 +71,8 @@ static void __init ubnt_xm_init(void)
                                        ARRAY_SIZE(ubnt_xm_gpio_keys),
                                        ubnt_xm_gpio_keys);