[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1329333667-32158-1-git-send-email-danny.kukawka@bisect.de>
Date: Wed, 15 Feb 2012 20:21:07 +0100
From: Danny Kukawka <danny.kukawka@...ect.de>
To: Teddy Wang <teddy.wang@...iconmotion.com.cn>
Cc: Danny Kukawka <dkukawka@...e.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Javier M. Mellid" <jmunhoz@...lia.com>,
anish kumar <anish198519851985@...il.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: sm7xx/smtcfb.c included linux/module.h twice
drivers/staging/sm7xx/smtcfb.c included 'linux/module.h' twice,
remove the duplicate.
Signed-off-by: Danny Kukawka <danny.kukawka@...ect.de>
---
drivers/staging/sm7xx/smtcfb.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c
index ae0035f..1b3e2d0 100644
--- a/drivers/staging/sm7xx/smtcfb.c
+++ b/drivers/staging/sm7xx/smtcfb.c
@@ -41,7 +41,6 @@
#ifdef CONFIG_PM
#include <linux/pm.h>
-#include <linux/module.h>
#endif
#include "smtcfb.h"
--
1.7.8.3
--
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