blob: 8d5726776e0e93bb6c9f75d257065a4d08c27459 [file] [log] [blame]
Patrick Williams2194f502022-10-16 14:26:09 -05001From 71a99394b657019d234b43d9abacf9f86a3c4e4f Mon Sep 17 00:00:00 2001
2From: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
3Date: Thu, 19 May 2022 09:56:04 +0100
4Subject: [PATCH 37/40] ANDROID: trusty-log: include panic_notifier.h
5
6Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
7Upstream-Status: Pending [Not submitted to upstream yet]
8Signed-off-by: Rupinderjit Singh <rupinderjit.singh@arm.com
9---
10 drivers/trusty/trusty-log.c | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/drivers/trusty/trusty-log.c b/drivers/trusty/trusty-log.c
14index 7b279fe63766..1bd68278d0be 100644
15--- a/drivers/trusty/trusty-log.c
16+++ b/drivers/trusty/trusty-log.c
17@@ -6,6 +6,7 @@
18 #include <linux/trusty/smcall.h>
19 #include <linux/trusty/trusty.h>
20 #include <linux/notifier.h>
21+#include <linux/panic_notifier.h>
22 #include <linux/scatterlist.h>
23 #include <linux/slab.h>
24 #include <linux/mm.h>
25--
262.34.1
27