diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/pm.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/pm.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/plat-s3c64xx/pm.c b/arch/arm/plat-s3c64xx/pm.c index 98190aa364ae..07a6516a4f3c 100644 --- a/arch/arm/plat-s3c64xx/pm.c +++ b/arch/arm/plat-s3c64xx/pm.c | |||
@@ -96,17 +96,6 @@ void s3c_pm_configure_extint(void) | |||
96 | __raw_writel(s3c_irqwake_eintmask, S3C64XX_EINT_MASK); | 96 | __raw_writel(s3c_irqwake_eintmask, S3C64XX_EINT_MASK); |
97 | } | 97 | } |
98 | 98 | ||
99 | void s3c_pm_save_gpios(void) | ||
100 | { | ||
101 | /* currently, unless the bootloader does something really stupid | ||
102 | * the gpio blocks should be maintained over their sleep. | ||
103 | */ | ||
104 | } | ||
105 | |||
106 | void s3c_pm_restore_gpios(void) | ||
107 | { | ||
108 | } | ||
109 | |||
110 | void s3c_pm_restore_core(void) | 99 | void s3c_pm_restore_core(void) |
111 | { | 100 | { |
112 | __raw_writel(0, S3C64XX_EINT_MASK); | 101 | __raw_writel(0, S3C64XX_EINT_MASK); |