diff options
author | Werner Almesberger <werner@openmoko.org> | 2009-01-19 01:17:57 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-19 01:17:57 +0000 |
commit | efbfa7905faa09148dce3987aa78672a7ef132ae (patch) | |
tree | bce0d2fe53291c30f78f7c3933c6e0c56356a79b /arch/arm | |
parent | bcbb939350ba96e78f475f68301991455aea96a0 (diff) |
Make s3c24xx-pw build without CONFIG_PM
Fix suspend/resume dummy in mach-s3c2410/pwm.c
Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c2410/pwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/pwm.c b/arch/arm/mach-s3c2410/pwm.c index a171d3ceff7..5d9ed5b653f 100644 --- a/arch/arm/mach-s3c2410/pwm.c +++ b/arch/arm/mach-s3c2410/pwm.c @@ -258,8 +258,8 @@ static int s3c24xx_pwm_resume(struct platform_device *pdev) return 0; } #else -#define sc32440_pwm_suspend NULL -#define sc32440_pwm_resume NULL +#define s3c24xx_pwm_suspend NULL +#define s3c24xx_pwm_resume NULL #endif static struct platform_driver s3c24xx_pwm_driver = { |