From 6b2cff96063f36b83b87d47fbcbff4140940f0c8 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 13 Oct 2010 18:23:42 +0900 Subject: 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 Signed-off-by: Kukjin Kim diff --git a/arch/arm/mach-s3c64xx/setup-ide.c b/arch/arm/mach-s3c64xx/setup-ide.c index de645e9..41b4256 100644 --- a/arch/arm/mach-s3c64xx/setup-ide.c +++ b/arch/arm/mach-s3c64xx/setup-ide.c @@ -17,6 +17,7 @@ #include #include #include +#include void s3c64xx_ide_setup_gpio(void) { -- cgit v0.10.2