diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-13 18:23:42 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 16:04:33 +0900 |
commit | 6b2cff96063f36b83b87d47fbcbff4140940f0c8 (patch) | |
tree | 2a1335a650adf2d317b11e36d2bc998b6c2a06d0 /arch/arm/mach-s3c64xx | |
parent | 821c3a35cbf5fcb5e0b657d70fa7e7765090baa0 (diff) | |
download | blackbird-obmc-linux-6b2cff96063f36b83b87d47fbcbff4140940f0c8.tar.gz blackbird-obmc-linux-6b2cff96063f36b83b87d47fbcbff4140940f0c8.zip |
ARM: S3C64XX: Ensure s3c64xx_ide_setup_gpio() is prototyped
Since it's exported we should make sure we're using the prototype
others see.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/setup-ide.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/setup-ide.c b/arch/arm/mach-s3c64xx/setup-ide.c index de645e99ba97..41b425602d88 100644 --- a/arch/arm/mach-s3c64xx/setup-ide.c +++ b/arch/arm/mach-s3c64xx/setup-ide.c @@ -17,6 +17,7 @@ #include <mach/map.h> #include <mach/regs-clock.h> #include <plat/gpio-cfg.h> +#include <plat/ata.h> void s3c64xx_ide_setup_gpio(void) { |