Re: [PATCH 3.1-rc3] gpio/omap: fix build error with certain OMAP1 configs

2011-10-13 Thread Grant Likely
On Tue, Aug 23, 2011 at 01:42:24PM +0200, Janusz Krzysztofik wrote: > With commit f64ad1a0e21a, "gpio/omap: cleanup _set_gpio_wakeup(), remove > ifdefs", access to build time conditionally omitted 'suspend_wakeup' > member of the 'gpio_bank' structure has been placed unconditionally in > functio

Re: [PATCH 3.1-rc3] gpio/omap: fix build error with certain OMAP1 configs

2011-10-13 Thread Grant Likely
On Tue, Oct 11, 2011 at 09:45:15AM -0700, Kevin Hilman wrote: > Aaro Koskinen writes: > > > Hi, > > > > On Fri, 7 Oct 2011, Janusz Krzysztofik wrote: > >> Dnia wtorek, 23 sierpnia 2011 o 19:11:47 Kevin Hilman napisał(a): > >>> Janusz Krzysztofik writes: > With commit f64ad1a0e21a, "gpio/oma

Re: [PATCH 3.1-rc3] gpio/omap: fix build error with certain OMAP1 configs

2011-10-10 Thread Aaro Koskinen
Hi, On Fri, 7 Oct 2011, Janusz Krzysztofik wrote: Dnia wtorek, 23 sierpnia 2011 o 19:11:47 Kevin Hilman napisał(a): Janusz Krzysztofik writes: With commit f64ad1a0e21a, "gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefs", access to build time conditionally omitted 'suspend_wakeup' member o

Re: [PATCH 3.1-rc3] gpio/omap: fix build error with certain OMAP1 configs

2011-10-07 Thread Janusz Krzysztofik
Dnia wtorek, 23 sierpnia 2011 o 19:11:47 Kevin Hilman napisał(a): > Janusz Krzysztofik writes: > > > With commit f64ad1a0e21a, "gpio/omap: cleanup _set_gpio_wakeup(), remove > > ifdefs", access to build time conditionally omitted 'suspend_wakeup' > > member of the 'gpio_bank' structure has been

Re: [PATCH 3.1-rc3] gpio/omap: fix build error with certain OMAP1 configs

2011-08-23 Thread Kevin Hilman
Janusz Krzysztofik writes: > With commit f64ad1a0e21a, "gpio/omap: cleanup _set_gpio_wakeup(), remove > ifdefs", access to build time conditionally omitted 'suspend_wakeup' > member of the 'gpio_bank' structure has been placed unconditionally in > function _set_gpio_wakeup(), which is always b

[PATCH 3.1-rc3] gpio/omap: fix build error with certain OMAP1 configs

2011-08-23 Thread Janusz Krzysztofik
With commit f64ad1a0e21a, "gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefs", access to build time conditionally omitted 'suspend_wakeup' member of the 'gpio_bank' structure has been placed unconditionally in function _set_gpio_wakeup(), which is always built. This resulted in the driver co