original_kernel/arch/arm/mach-s3c64xx
Abhilash Kesavan f98d429d7a ARM: S3C64XX: Fix build break in PM debug
When S3C_PM_DEBUG_LED_SMDK is enabled for suspend/resume debugging, the following
compilation error occurs:

arch/arm/mach-s3c64xx/pm.c: In function 's3c_pm_debug_smdkled':
arch/arm/mach-s3c64xx/pm.c:41: error: implicit declaration of function 'gpio_set_value'
arch/arm/mach-s3c64xx/pm.c:41: error: implicit declaration of function 'S3C64XX_GPN'
arch/arm/mach-s3c64xx/pm.c: In function 's3c64xx_pm_init':
arch/arm/mach-s3c64xx/pm.c:184: error: implicit declaration of function 'gpio_request'
arch/arm/mach-s3c64xx/pm.c:188: error: implicit declaration of function 'gpio_direction_output'

Fix the error by including linux/gpio.h

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2011-08-19 20:57:36 +09:00
..
include/mach Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-26 17:41:04 -07:00
Kconfig Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-26 17:13:04 -07:00
Makefile Merge branch 'next/board' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-26 17:13:04 -07:00
Makefile.boot
clock.c
cpu.c
dev-audio.c
dev-onenand1.c
dev-spi.c
dev-uart.c
dma.c
gpiolib.c
irq-eint.c
irq-pm.c
irq.c
mach-anw6410.c
mach-crag6410.c ASoC: Rename WM8915 to WM8996 2011-08-08 14:30:37 +09:00
mach-hmt.c
mach-mini6410.c
mach-ncp.c
mach-real6410.c
mach-smartq.c
mach-smartq.h
mach-smartq5.c
mach-smartq7.c
mach-smdk6400.c
mach-smdk6410.c
pm.c ARM: S3C64XX: Fix build break in PM debug 2011-08-19 20:57:36 +09:00
s3c6400.c
s3c6410.c
setup-fb-24bpp.c
setup-i2c0.c
setup-i2c1.c
setup-ide.c
setup-keypad.c
setup-sdhci-gpio.c
setup-sdhci.c
sleep.S