ARM: includecheck fix: plat-stmp3xxx/pinmux.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 8 Jul 2009 14:43:24 +0000 (20:13 +0530)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Jul 2009 16:08:24 +0000 (17:08 +0100)
fix the following 'make includecheck' warning:

  arch/arm/plat-stmp3xxx/pinmux.c: linux/sysdev.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: dmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-stmp3xxx/pinmux.c

index d412003..6d6b1a4 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/sysdev.h>
 #include <linux/string.h>
 #include <linux/bitops.h>
-#include <linux/sysdev.h>
 #include <linux/irq.h>
 
 #include <mach/hardware.h>