[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190108161016.12361-5-enric.balletbo@collabora.com>
Date: Tue, 8 Jan 2019 17:10:10 +0100
From: Enric Balletbo i Serra <enric.balletbo@...labora.com>
To: linux-kernel@...r.kernel.org
Cc: groeck@...omium.org, gwendal@...omium.org, kernel@...labora.com,
bleung@...omium.org
Subject: [PATCH 04/10] platform/chrome: cros_ec_vbc: remove unused includes
None of these are required at the moment.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@...labora.com>
---
drivers/platform/chrome/cros_ec_vbc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/platform/chrome/cros_ec_vbc.c b/drivers/platform/chrome/cros_ec_vbc.c
index af9bfe6f385c..86903bc31b27 100644
--- a/drivers/platform/chrome/cros_ec_vbc.c
+++ b/drivers/platform/chrome/cros_ec_vbc.c
@@ -18,10 +18,8 @@
* GNU General Public License for more details.
*/
-#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/mfd/cros_ec.h>
-#include <linux/mfd/cros_ec_commands.h>
#include <linux/module.h>
#include <linux/slab.h>
--
2.20.1
Powered by blists - more mailing lists