diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 20:48:13 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-24 17:45:33 +0100 |
commit | f0df0d6a1472d8d3692998de6b42bd17287d04e9 (patch) | |
tree | defacbef38ded80424383d16a7931d8ff315693a /target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch | |
parent | e115fa478fb3914db2f414d642254ff09f04bc09 (diff) | |
download | upstream-f0df0d6a1472d8d3692998de6b42bd17287d04e9.tar.gz upstream-f0df0d6a1472d8d3692998de6b42bd17287d04e9.tar.bz2 upstream-f0df0d6a1472d8d3692998de6b42bd17287d04e9.zip |
kernel: bump 4.19 to 4.19.91
Refreshed all patches.
Compile-tested on: ipq40xx, apm821xx
Runtime-tested on: ipq40xx
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch b/target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch index ffe679fcf2..f74f75e769 100644 --- a/target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch +++ b/target/linux/brcm2708/patches-4.19/950-0131-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch @@ -13,10 +13,10 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org> --- a/drivers/firmware/raspberrypi.c +++ b/drivers/firmware/raspberrypi.c -@@ -14,6 +14,7 @@ - #include <linux/module.h> +@@ -15,6 +15,7 @@ #include <linux/of_platform.h> #include <linux/platform_device.h> + #include <linux/slab.h> +#include <linux/reboot.h> #include <linux/slab.h> #include <soc/bcm2835/raspberrypi-firmware.h> |