diff options
Diffstat (limited to 'arch/arm/mach-s3c2410')
-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 = { |