diff options
author | Jaswinder Singh Rajput | 2009-07-08 20:12:07 +0530 |
---|---|---|
committer | Russell King | 2009-07-25 17:08:23 +0100 |
commit | 2e6e2c143cdefc2624722659766d1f3c098d79e1 (patch) | |
tree | 9065b0d9c6016e6f58efdf631dc217910f3cb2d8 /arch/arm | |
parent | efda2b4c8a643290867d9f5816e36f71a5acee7d (diff) |
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/arm')
-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; |