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>
This commit is contained in:
Danny Kukawka 2012-02-15 20:21:07 +01:00 committed by Greg Kroah-Hartman
parent 337503431a
commit 75f9209069

View File

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