From 381e9760ee87ba53df882c4affadfcc07bdf3bc2 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Fri, 10 May 2019 11:01:51 -0700 Subject: firmware: google: coreboot: Drop unnecessary headers These headers aren't used by the files they're included in, so drop them. The memconsole file uses memremap() though, so include io.h there so that the include is explicit. Cc: Wei-Ning Huang Cc: Julius Werner Cc: Brian Norris Cc: Samuel Holland Cc: Guenter Roeck Signed-off-by: Stephen Boyd Reviewed-by: Julius Werner Reviewed-by: Samuel Holland Signed-off-by: Greg Kroah-Hartman --- drivers/firmware/google/memconsole-coreboot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/firmware/google/memconsole-coreboot.c') diff --git a/drivers/firmware/google/memconsole-coreboot.c b/drivers/firmware/google/memconsole-coreboot.c index 6f695b9af3c9..c9faaabe1231 100644 --- a/drivers/firmware/google/memconsole-coreboot.c +++ b/drivers/firmware/google/memconsole-coreboot.c @@ -16,6 +16,7 @@ */ #include +#include #include #include -- cgit