Platform: OLPC: Remove an unused include
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 13 May 2019 07:56:33 +0000 (09:56 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 20 May 2019 14:27:08 +0000 (17:27 +0300)
Also, the header is x86 specific, while there are non-x86 OLPC machines.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/olpc/olpc-ec.c

index 374a8028fec772b406aef640fdc062fc5dd7d9b8..981955dce926357c49f1f6b7a7b80c014dee8f0d 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/init.h>
 #include <linux/list.h>
 #include <linux/olpc-ec.h>
-#include <asm/olpc.h>
 
 struct ec_cmd_desc {
        u8 cmd;