summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-06-09 15:19:01 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-08-08 14:48:45 -0400
commit0b51dfab5de379a4c4e64f8c60ab56c8b47b918b (patch)
treee776234c7e139c131afdb55463175dd84337bcd2
parent204dd491a5ab966300c3b4f04859fd2b8a5b4c5a (diff)
ACPI/APEI: Add missing include
The upcoming patch to switch tracing from seq_buf to printbuf means we're no longer pulling in headers that we used to; this adds a missing include so things don't break. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Cc: linux-acpi@vger.kernel.org Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/acpi/apei/erst-dbg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/apei/erst-dbg.c b/drivers/acpi/apei/erst-dbg.c
index 8bc71cdc2270..370993c9c381 100644
--- a/drivers/acpi/apei/erst-dbg.c
+++ b/drivers/acpi/apei/erst-dbg.c
@@ -11,6 +11,7 @@
* Author: Huang Ying <ying.huang@intel.com>
*/
+#include <linux/fs.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/uaccess.h>