diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 20:13:24 +0530 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-25 17:08:24 +0100 |
commit | 40e03b581a8a0b638bc1e9b957ae0536a4a00ad3 (patch) | |
tree | bd05cb8379a568836832250d342a3176160d0e08 | |
parent | 2e6e2c143cdefc2624722659766d1f3c098d79e1 (diff) | |
download | linux-40e03b581a8a0b638bc1e9b957ae0536a4a00ad3.tar.bz2 |
ARM: includecheck fix: plat-stmp3xxx/pinmux.c
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>
-rw-r--r-- | arch/arm/plat-stmp3xxx/pinmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-stmp3xxx/pinmux.c b/arch/arm/plat-stmp3xxx/pinmux.c index d41200382208..6d6b1a468eda 100644 --- a/arch/arm/plat-stmp3xxx/pinmux.c +++ b/arch/arm/plat-stmp3xxx/pinmux.c @@ -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> |