diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 16:42:07 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-07-25 18:08:23 +0200 |
commit | 2e6e2c143cdefc2624722659766d1f3c098d79e1 (patch) | |
tree | 9065b0d9c6016e6f58efdf631dc217910f3cb2d8 /arch | |
parent | ARM: includecheck fix: mach-omap2/mcbsp.c (diff) | |
download | linux-2e6e2c143cdefc2624722659766d1f3c098d79e1.tar.xz linux-2e6e2c143cdefc2624722659766d1f3c098d79e1.zip |
ARM: includecheck fix: plat-s3c64xx/pm.c
fix the following 'make includecheck' warning:
arch/arm/plat-s3c64xx/pm.c: plat/regs-gpio.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c64xx/pm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c64xx/pm.c b/arch/arm/plat-s3c64xx/pm.c index 07a6516a4f3c..47632fc7eb66 100644 --- a/arch/arm/plat-s3c64xx/pm.c +++ b/arch/arm/plat-s3c64xx/pm.c @@ -117,8 +117,6 @@ void s3c_pm_save_core(void) * this. */ -#include <plat/regs-gpio.h> - static void s3c64xx_cpu_suspend(void) { unsigned long tmp; |