2012-02-15 19:21:44

by Danny Kukawka

[permalink] [raw]
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 <[email protected]>
---
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