[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200122004958.71836-1-swboyd@chromium.org>
Date: Tue, 21 Jan 2020 16:49:58 -0800
From: Stephen Boyd <swboyd@...omium.org>
To: Benson Leung <bleung@...omium.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] platform/chrome: cros_ec: Drop unaligned.h include
This include isn't used. Remove it.
Signed-off-by: Stephen Boyd <swboyd@...omium.org>
---
drivers/platform/chrome/cros_ec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/platform/chrome/cros_ec.c b/drivers/platform/chrome/cros_ec.c
index 6d6ce86a1408..81054de0dd81 100644
--- a/drivers/platform/chrome/cros_ec.c
+++ b/drivers/platform/chrome/cros_ec.c
@@ -16,7 +16,6 @@
#include <linux/platform_data/cros_ec_commands.h>
#include <linux/platform_data/cros_ec_proto.h>
#include <linux/suspend.h>
-#include <asm/unaligned.h>
#define CROS_EC_DEV_EC_INDEX 0
#define CROS_EC_DEV_PD_INDEX 1
--
Sent by a computer, using git, on the internet
Powered by blists - more mailing lists