projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821c3a3
)
ARM: S3C64XX: Ensure s3c64xx_ide_setup_gpio() is prototyped
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 13 Oct 2010 09:23:42 +0000
(18:23 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Mon, 25 Oct 2010 07:04:33 +0000
(16:04 +0900)
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>
arch/arm/mach-s3c64xx/setup-ide.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c64xx/setup-ide.c
b/arch/arm/mach-s3c64xx/setup-ide.c
index de645e99ba97d0b72f3931bdbc79d1c899d75331..41b425602d8832ac0d71ea7a26abeef726ebac50 100644
(file)
--- 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)
{