diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/gpio-fns.h')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/gpio-fns.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/gpio-fns.h b/arch/arm/mach-s3c2410/include/mach/gpio-fns.h index b4f39558beda..801dff13858d 100644 --- a/arch/arm/mach-s3c2410/include/mach/gpio-fns.h +++ b/arch/arm/mach-s3c2410/include/mach/gpio-fns.h | |||
@@ -30,8 +30,8 @@ | |||
30 | * set the configuration of the given pin to the value passed. | 30 | * set the configuration of the given pin to the value passed. |
31 | * | 31 | * |
32 | * eg: | 32 | * eg: |
33 | * s3c2410_gpio_cfgpin(S3C2410_GPA0, S3C2410_GPA0_ADDR0); | 33 | * s3c2410_gpio_cfgpin(S3C2410_GPA(0), S3C2410_GPA0_ADDR0); |
34 | * s3c2410_gpio_cfgpin(S3C2410_GPE8, S3C2410_GPE8_SDDAT1); | 34 | * s3c2410_gpio_cfgpin(S3C2410_GPE(8), S3C2410_GPE8_SDDAT1); |
35 | */ | 35 | */ |
36 | 36 | ||
37 | extern void s3c2410_gpio_cfgpin(unsigned int pin, unsigned int function); | 37 | extern void s3c2410_gpio_cfgpin(unsigned int pin, unsigned int function); |
@@ -80,8 +80,8 @@ extern int s3c2410_gpio_irqfilter(unsigned int pin, unsigned int on, | |||
80 | * | 80 | * |
81 | * eg; | 81 | * eg; |
82 | * | 82 | * |
83 | * s3c2410_gpio_pullup(S3C2410_GPB0, 0); | 83 | * s3c2410_gpio_pullup(S3C2410_GPB(0), 0); |
84 | * s3c2410_gpio_pullup(S3C2410_GPE8, 0); | 84 | * s3c2410_gpio_pullup(S3C2410_GPE(8), 0); |
85 | */ | 85 | */ |
86 | 86 | ||
87 | extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to); | 87 | extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to); |