projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efda2b4
)
ARM: includecheck fix: plat-s3c64xx/pm.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 8 Jul 2009 14:42:07 +0000
(20:12 +0530)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 25 Jul 2009 16:08:23 +0000
(17:08 +0100)
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>
arch/arm/plat-s3c64xx/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c64xx/pm.c
b/arch/arm/plat-s3c64xx/pm.c
index 07a6516a4f3cdfa97d26aaf71c1821ba19fca761..47632fc7eb66184cbd10ca6ef71232b195ff7f59 100644
(file)
--- 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;