diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-25 17:32:01 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-10-25 17:32:01 +0000 |
commit | da94b00df54ec23656b4d8a785b1e9af5da1d207 (patch) | |
tree | 432ebc84d3605aa5190e056ce2e89c8e26efc352 /target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch | |
parent | fa4395db04e20e5e50b63cdec8b876e22d7e118f (diff) | |
download | upstream-da94b00df54ec23656b4d8a785b1e9af5da1d207.tar.gz upstream-da94b00df54ec23656b4d8a785b1e9af5da1d207.tar.bz2 upstream-da94b00df54ec23656b4d8a785b1e9af5da1d207.zip |
kernel: update kernel 4.1 to version 4.1.11
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47252
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch b/target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch index 5db9588bc4..22f418ad14 100644 --- a/target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch +++ b/target/linux/brcm2708/patches-4.1/0121-spidev-Add-spidev-compatible-string-to-silence-warni.patch @@ -11,7 +11,7 @@ See: https://github.com/raspberrypi/linux/issues/1054 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c -@@ -706,6 +706,7 @@ static struct class *spidev_class; +@@ -707,6 +707,7 @@ static struct class *spidev_class; #ifdef CONFIG_OF static const struct of_device_id spidev_dt_ids[] = { { .compatible = "rohm,dh2228fv" }, |