[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190107183439.50626-3-lkundrak@v3.sk>
Date: Mon, 7 Jan 2019 19:34:25 +0100
From: Lubomir Rintel <lkundrak@...sk>
To: Andy Shevchenko <andy@...radead.org>,
Darren Hart <dvhart@...radead.org>,
platform-driver-x86@...r.kernel.org
Cc: James Cameron <quozl@...top.org>,
Mark Rutland <mark.rutland@....com>,
Pavel Machek <pavel@....cz>, Rob Herring <robh+dt@...nel.org>,
Sebastian Reichel <sre@...nel.org>, x86@...nel.org,
devicetree@...r.kernel.org, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, Lubomir Rintel <lkundrak@...sk>
Subject: [PATCH v3 02/16] Platform: OLPC: Remove an unused include
Also, the header is x86 specific, while there are non-x86 OLPC machines.
Signed-off-by: Lubomir Rintel <lkundrak@...sk>
Acked-by: Pavel Machek <pavel@....cz>
---
drivers/platform/olpc/olpc-ec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/platform/olpc/olpc-ec.c b/drivers/platform/olpc/olpc-ec.c
index 374a8028fec7..981955dce926 100644
--- a/drivers/platform/olpc/olpc-ec.c
+++ b/drivers/platform/olpc/olpc-ec.c
@@ -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;
--
2.20.1
Powered by blists - more mailing lists