Browse Source

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@bisect.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Danny Kukawka 13 years ago
parent
commit
75f9209069
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/sm7xx/smtcfb.c

+ 0 - 1
drivers/staging/sm7xx/smtcfb.c

@@ -41,7 +41,6 @@
 
 #ifdef CONFIG_PM
 #include <linux/pm.h>
-#include <linux/module.h>
 #endif
 
 #include "smtcfb.h"