[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1403522487-21197-1-git-send-email-sachin.kamat@samsung.com>
Date: Mon, 23 Jun 2014 16:51:27 +0530
From: Sachin Kamat <sachin.kamat@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, kheitke@...eaurora.org,
spk.linux@...il.com
Subject: [PATCH 1/1] spmi: Remove duplicate inclusion of module.h
module.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@...sung.com>
---
drivers/spmi/spmi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/spmi/spmi.c b/drivers/spmi/spmi.c
index 3b5780710d50..1d92f5103ebf 100644
--- a/drivers/spmi/spmi.c
+++ b/drivers/spmi/spmi.c
@@ -18,7 +18,6 @@
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/spmi.h>
-#include <linux/module.h>
#include <linux/pm_runtime.h>
#include <dt-bindings/spmi/spmi.h>
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists