From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 04 Nov 2013 08:42:30 +0000 Subject: [PATCH] video/logo: Remove MIPS-specific include section Message-Id: <1383554550-20901-1-git-send-email-geert@linux-m68k.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jean-Christophe Plagniol-Villard , Tomi Valkeinen Cc: Ralf Baechle , linux-fbdev@vger.kernel.org, linux-mips@linux-mips.org, Geert Uytterhoeven Since commit 41702d9a4fffa9e25b2ad9d4af09b3013fa155e1 ("logo.c: get rid of mips_machgroup") there's no longer a need to include on MIPS. Signed-off-by: Geert Uytterhoeven --- drivers/video/logo/logo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c index 080c35b34bbb..b670cbda38e3 100644 --- a/drivers/video/logo/logo.c +++ b/drivers/video/logo/logo.c @@ -17,10 +17,6 @@ #include #endif -#ifdef CONFIG_MIPS -#include -#endif - static bool nologo; module_param(nologo, bool, 0); MODULE_PARM_DESC(nologo, "Disables startup logo"); -- 1.7.9.5