linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] leds: s3c24xx: Fix build failure
@ 2013-12-30  9:09 Tushar Behera
  2014-01-02 22:42 ` Bryan Wu
  2014-01-03  5:25 ` [PATCH V2] " Tushar Behera
  0 siblings, 2 replies; 7+ messages in thread
From: Tushar Behera @ 2013-12-30  9:09 UTC (permalink / raw)
  To: linux-kernel, linux-leds; +Cc: rpurdie, cooloney

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 <tushar.behera@linaro.org>
---
Tested at next-20131224.

 drivers/leds/leds-s3c24xx.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c
index 76483fb..87cf215 100644
--- a/drivers/leds/leds-s3c24xx.c
+++ b/drivers/leds/leds-s3c24xx.c
@@ -21,6 +21,7 @@
 
 #include <mach/hardware.h>
 #include <mach/regs-gpio.h>
+#include <plat/gpio-cfg.h>
 #include <linux/platform_data/leds-s3c24xx.h>
 
 /* our context */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-07 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30  9:09 [PATCH] leds: s3c24xx: Fix build failure Tushar Behera
2014-01-02 22:42 ` Bryan Wu
2014-01-03  5:05   ` Tushar Behera
2014-01-03  5:25 ` [PATCH V2] " Tushar Behera
2014-01-03  6:19   ` Bryan Wu
2014-01-07 17:41     ` Linus Walleij
2014-01-07 17:43       ` Bryan Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).