aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/h1940.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c24xx/h1940.h')
-rw-r--r--arch/arm/mach-s3c24xx/h1940.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/h1940.h b/arch/arm/mach-s3c24xx/h1940.h
index 2950cc466840..596d9f64c5b6 100644
--- a/arch/arm/mach-s3c24xx/h1940.h
+++ b/arch/arm/mach-s3c24xx/h1940.h
@@ -19,8 +19,10 @@
#define H1940_SUSPEND_RESUMEAT (0x30081000)
#define H1940_SUSPEND_CHECK (0x30080000)
+struct gpio_desc;
+
extern void h1940_pm_return(void);
-extern int h1940_led_blink_set(unsigned gpio, int state,
+extern int h1940_led_blink_set(struct gpio_desc *desc, int state,
unsigned long *delay_on,
unsigned long *delay_off);