[PATCH] Staging: sm7xx/smtcfb.c included linux/module.h twice

From: Danny Kukawka
Date: Wed Feb 15 2012 - 14:21:42 EST


drivers/staging/sm7xx/smtcfb.c included 'linux/module.h' twice,
remove the duplicate.

Signed-off-by: Danny Kukawka <danny.kukawka@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/