kernel: bump 4.9 to 4.9.189
[openwrt/staging/981213.git] / target / linux / brcm2708 / patches-4.9 / 950-0017-spi-bcm2835-Remove-unused-code.patch
index ef6bb5299409098348160baaf51beaf6610b9424..8d7cab3f5e31f5110a0814fc5dd17bc3a1146658 100644 (file)
@@ -9,7 +9,7 @@ Subject: [PATCH] spi-bcm2835: Remove unused code
 
 --- a/drivers/spi/spi-bcm2835.c
 +++ b/drivers/spi/spi-bcm2835.c
-@@ -677,17 +677,8 @@ static void bcm2835_spi_set_cs(struct sp
+@@ -678,17 +678,8 @@ static void bcm2835_spi_set_cs(struct sp
        bcm2835_wr(bs, BCM2835_SPI_CS, cs);
  }
  
@@ -27,7 +27,7 @@ Subject: [PATCH] spi-bcm2835: Remove unused code
        /*
         * sanity checking the native-chipselects
         */
-@@ -705,58 +696,6 @@ static int bcm2835_spi_setup(struct spi_
+@@ -706,58 +697,6 @@ static int bcm2835_spi_setup(struct spi_
                return -EINVAL;
        }