[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1322023205-13904-1-git-send-email-jhbird.choi@samsung.com>
Date: Wed, 23 Nov 2011 13:40:05 +0900
From: jhbird.choi@...sung.com
To: linux-kernel@...r.kernel.org
Cc: MyungJoo Ham <myungjoo.ham@...sung.com>,
Anton Vorontsov <cbouatmailru@...il.com>,
Jonghwan Choi <jhbird.choi@...sung.com>
Subject: [PATCH] max8997_charger: Remove duplicate module.h
From: Jonghwan Choi <jhbird.choi@...sung.com>
module.h was included twice.
Signed-off-by: Jonghwan Choi <jhbird.choi@...sung.com>
---
drivers/power/max8997_charger.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/power/max8997_charger.c b/drivers/power/max8997_charger.c
index a23317d..ffc5033 100644
--- a/drivers/power/max8997_charger.c
+++ b/drivers/power/max8997_charger.c
@@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/module.h>
#include <linux/err.h>
#include <linux/module.h>
#include <linux/slab.h>
--
1.7.1
--
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