Skip to content

Commit

Permalink
ARM: S3C64XX: Ensure s3c64xx_ide_setup_gpio() is prototyped
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Oct 25, 2010
1 parent 821c3a3 commit 6b2cff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c64xx/setup-ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6b2cff9

Please sign in to comment.