From: Tushar Behera Date: Tue, 7 Jan 2014 17:39:48 +0000 (+0100) Subject: leds: s3c24xx: Fix build failure X-Git-Tag: v3.14-rc1~145^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224feb33a645a953634f64fe9092b9ee7dd72541;p=pandora-kernel.git leds: s3c24xx: Fix build failure Commit c67d0f29262b ("ARM: s3c24xx: get rid of custom ") removed the usage of mach/gpio.h file, but we need to include> plat/gpio-cfg.h to avoid following build error. Fixes following build error. drivers/leds/leds-s3c24xx.c: In function ‘s3c24xx_led_probe’: drivers/leds/leds-s3c24xx.c:100:2: error: implicit declaration of function ‘s3c_gpio_setpull’ [-Werror=implicit-function-declaration] Signed-off-by: Tushar Behera Acked-by: Bryan Wu Signed-off-by: Linus Walleij --- Reading git-diff-tree failed