Re: [PATCH V2] leds: s3c24xx: Fix build failure

2014-01-07 Thread Bryan Wu
On Tue, Jan 7, 2014 at 9:41 AM, Linus Walleij wrote: > On Fri, Jan 3, 2014 at 7:19 AM, Bryan Wu wrote: >> On Thu, Jan 2, 2014 at 9:25 PM, Tushar Behera >> wrote: >>> Commit c67d0f29262b ("ARM: s3c24xx: get rid of custom ") >>> removed the usage of mach/gpio.h file, but we need to include >>>

Re: [PATCH V2] leds: s3c24xx: Fix build failure

2014-01-07 Thread Linus Walleij
On Fri, Jan 3, 2014 at 7:19 AM, Bryan Wu wrote: > On Thu, Jan 2, 2014 at 9:25 PM, Tushar Behera > wrote: >> 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

Re: [PATCH V2] leds: s3c24xx: Fix build failure

2014-01-07 Thread Linus Walleij
On Fri, Jan 3, 2014 at 7:19 AM, Bryan Wu coolo...@gmail.com wrote: On Thu, Jan 2, 2014 at 9:25 PM, Tushar Behera tushar.beh...@linaro.org wrote: Commit c67d0f29262b (ARM: s3c24xx: get rid of custom mach/gpio.h) removed the usage of mach/gpio.h file, but we need to include plat/gpio-cfg.h to

Re: [PATCH V2] leds: s3c24xx: Fix build failure

2014-01-07 Thread Bryan Wu
On Tue, Jan 7, 2014 at 9:41 AM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Jan 3, 2014 at 7:19 AM, Bryan Wu coolo...@gmail.com wrote: On Thu, Jan 2, 2014 at 9:25 PM, Tushar Behera tushar.beh...@linaro.org wrote: Commit c67d0f29262b (ARM: s3c24xx: get rid of custom mach/gpio.h)

Re: [PATCH V2] leds: s3c24xx: Fix build failure

2014-01-02 Thread Bryan Wu
On Thu, Jan 2, 2014 at 9:25 PM, Tushar Behera wrote: > 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

[PATCH V2] leds: s3c24xx: Fix build failure

2014-01-02 Thread Tushar Behera
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:

[PATCH V2] leds: s3c24xx: Fix build failure

2014-01-02 Thread Tushar Behera
Commit c67d0f29262b (ARM: s3c24xx: get rid of custom mach/gpio.h) 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’:

Re: [PATCH V2] leds: s3c24xx: Fix build failure

2014-01-02 Thread Bryan Wu
On Thu, Jan 2, 2014 at 9:25 PM, Tushar Behera tushar.beh...@linaro.org wrote: Commit c67d0f29262b (ARM: s3c24xx: get rid of custom mach/gpio.h) 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.