From: Lubomir Rintel Date: Mon, 13 May 2019 07:56:33 +0000 (+0200) Subject: Platform: OLPC: Remove an unused include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2dc78630497780b36975e5bcb69bbbf4d2ee0e46;p=linux.git Platform: OLPC: Remove an unused include Also, the header is x86 specific, while there are non-x86 OLPC machines. Signed-off-by: Lubomir Rintel Acked-by: Pavel Machek Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/olpc/olpc-ec.c b/drivers/platform/olpc/olpc-ec.c index 374a8028fec77..981955dce9263 100644 --- a/drivers/platform/olpc/olpc-ec.c +++ b/drivers/platform/olpc/olpc-ec.c @@ -17,7 +17,6 @@ #include #include #include -#include struct ec_cmd_desc { u8 cmd;