diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/pm.c')
-rw-r--r-- | arch/arm/mach-s5pv210/pm.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-s5pv210/pm.c b/arch/arm/mach-s5pv210/pm.c index 2b68a67b6e95..3cf3f9c8ddd1 100644 --- a/arch/arm/mach-s5pv210/pm.c +++ b/arch/arm/mach-s5pv210/pm.c | |||
@@ -21,7 +21,6 @@ | |||
21 | 21 | ||
22 | #include <plat/cpu.h> | 22 | #include <plat/cpu.h> |
23 | #include <plat/pm.h> | 23 | #include <plat/pm.h> |
24 | #include <plat/regs-timer.h> | ||
25 | 24 | ||
26 | #include <mach/regs-irq.h> | 25 | #include <mach/regs-irq.h> |
27 | #include <mach/regs-clock.h> | 26 | #include <mach/regs-clock.h> |
@@ -77,15 +76,6 @@ static struct sleep_save s5pv210_core_save[] = { | |||
77 | /* Clock ETC */ | 76 | /* Clock ETC */ |
78 | SAVE_ITEM(S5P_CLK_OUT), | 77 | SAVE_ITEM(S5P_CLK_OUT), |
79 | SAVE_ITEM(S5P_MDNIE_SEL), | 78 | SAVE_ITEM(S5P_MDNIE_SEL), |
80 | |||
81 | /* PWM Register */ | ||
82 | SAVE_ITEM(S3C2410_TCFG0), | ||
83 | SAVE_ITEM(S3C2410_TCFG1), | ||
84 | SAVE_ITEM(S3C64XX_TINT_CSTAT), | ||
85 | SAVE_ITEM(S3C2410_TCON), | ||
86 | SAVE_ITEM(S3C2410_TCNTB(0)), | ||
87 | SAVE_ITEM(S3C2410_TCMPB(0)), | ||
88 | SAVE_ITEM(S3C2410_TCNTO(0)), | ||
89 | }; | 79 | }; |
90 | 80 | ||
91 | static int s5pv210_cpu_suspend(unsigned long arg) | 81 | static int s5pv210_cpu_suspend(unsigned long arg) |