diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-02 18:55:55 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-02 18:55:55 +0200 |
commit | 00813d4dd976cc823fa089840ff2f4a10dd6cd0c (patch) | |
tree | 8f2c74a928c9ea0eceb64809d9039db824ae6663 /target/linux/brcm2708/patches-4.14/950-0192-mmc-bcm2835-sdhost-Add-include.patch | |
parent | 19226502bf6393706defe7f049c587b32c9b4f33 (diff) | |
download | upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.gz upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.bz2 upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.zip |
brcm2708: remove linux 4.14 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0192-mmc-bcm2835-sdhost-Add-include.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.14/950-0192-mmc-bcm2835-sdhost-Add-include.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0192-mmc-bcm2835-sdhost-Add-include.patch b/target/linux/brcm2708/patches-4.14/950-0192-mmc-bcm2835-sdhost-Add-include.patch deleted file mode 100644 index eb6d8988da..0000000000 --- a/target/linux/brcm2708/patches-4.14/950-0192-mmc-bcm2835-sdhost-Add-include.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 64f105cdec2f536a6893b4a2c9b711d21b327821 Mon Sep 17 00:00:00 2001 -From: Phil Elwell <phil@raspberrypi.org> -Date: Mon, 5 Feb 2018 09:35:01 +0000 -Subject: [PATCH 192/454] mmc: bcm2835-sdhost: Add include - -highmem.h (needed for kmap_atomic) is pulled in by one of the other -include files, but only with some CONFIG settings. Make the inclusion -explicit to cater for cases where the CONFIG setting is absent. - -See: https://github.com/raspberrypi/linux/issues/2366 - -Signed-off-by: Phil Elwell <phil@raspberrypi.org> ---- - drivers/mmc/host/bcm2835-sdhost.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/drivers/mmc/host/bcm2835-sdhost.c -+++ b/drivers/mmc/host/bcm2835-sdhost.c -@@ -52,6 +52,7 @@ - #include <linux/time.h> - #include <linux/workqueue.h> - #include <linux/interrupt.h> -+#include <linux/highmem.h> - #include <soc/bcm2835/raspberrypi-firmware.h> - - /* For mmc_card_blockaddr */ |