aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2019-12-25 02:48:25 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2019-12-25 02:48:25 +0100
commit1579599079e8c4478278f16805899799e30a0c96 (patch)
treeecfc7385fbf5b4ef359780a3f185d7cfa7a50296
parent9cf9f903a3cd421000691979deca054ff36216db (diff)
downloadupstream-1579599079e8c4478278f16805899799e30a0c96.tar.gz
upstream-1579599079e8c4478278f16805899799e30a0c96.tar.bz2
upstream-1579599079e8c4478278f16805899799e30a0c96.zip
brcm2708: fix malformed patch
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r--target/linux/brcm2708/patches-4.19/950-0124-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm2708/patches-4.19/950-0124-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch b/target/linux/brcm2708/patches-4.19/950-0124-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch
index 8e06168f06..8539d84421 100644
--- a/target/linux/brcm2708/patches-4.19/950-0124-firmware-raspberrypi-Notify-firmware-of-a-reboot.patch
+++ b/target/linux/brcm2708/patches-4.19/950-0124-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
-@@ -15,6 +15,7 @@
+@@ -14,6 +14,7 @@
+ #include <linux/module.h>
#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>