From: Danny Kukawka Date: Wed, 15 Feb 2012 19:21:07 +0000 (+0100) Subject: Staging: sm7xx/smtcfb.c included linux/module.h twice X-Git-Tag: v3.4-rc1~186^2~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75f920906937b59eb6422ef85f7b4cc48c8cf237;p=platform%2Fkernel%2Flinux-3.10.git 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 --- diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c index 1776a63..83c582e 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"