From ed6689bb427dbb4fc73ba513e1df7b165df3552b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 9 Jun 2022 15:19:01 -0400 Subject: 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 Cc: linux-acpi@vger.kernel.org Acked-by: Rafael J. Wysocki --- drivers/acpi/apei/erst-dbg.c | 1 + 1 file changed, 1 insertion(+) 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 */ +#include #include #include #include -- cgit v1.2.3