From: Mark Brown Date: Wed, 13 Oct 2010 09:23:42 +0000 (+0900) Subject: ARM: S3C64XX: Ensure s3c64xx_ide_setup_gpio() is prototyped X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b2cff96063f36b83b87d47fbcbff4140940f0c8;p=profile%2Fivi%2Fkernel-x86-ivi.git 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) {