From 75f920906937b59eb6422ef85f7b4cc48c8cf237 Mon Sep 17 00:00:00 2001 From: Danny Kukawka Date: Wed, 15 Feb 2012 20:21:07 +0100 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/sm7xx/smtcfb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c index 1776a63bd5ef..83c582ed12e5 100644 --- a/drivers/staging/sm7xx/smtcfb.c +++ b/drivers/staging/sm7xx/smtcfb.c @@ -41,7 +41,6 @@ #ifdef CONFIG_PM #include -#include #endif #include "smtcfb.h"