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-06-09 15:36:20 -0400
commit2675a1f433ea6f0a97c7de99ec15ddd8526266a3 (patch)
tree5a53e9ee2f61e0394f553786036f3fe9e4555d77
parent9cb7d31b94633e65d31bd22fc33a48fb767ca0ee (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>
-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 c740f0faad39..90aa034dceb0 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>