On Wed, Aug 8, 2012 at 8:54 PM, Arnd Bergmann <[email protected]> wrote: > The irq_to_gpio function was removed from the pxa platform > in linux-3.2, and this driver has been broken since. > > Without this patch, building raumfeld_defconfig results in: > > drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active': > drivers/input/touchscreen/eeti_ts.c:65:2: error: implicit declaration of > function 'irq_to_gpio' [-Werror=implicit-function-declaration] > > Signed-off-by: Arnd Bergmann <[email protected]> > Cc: [email protected] (v3.2+) > Cc: Daniel Mack <[email protected]> > Cc: Haojian Zhuang <[email protected]> > --- > arch/arm/mach-pxa/raumfeld.c | 1 + > drivers/input/touchscreen/eeti_ts.c | 8 +++++--- > include/linux/input/eeti_ts.h | 1 + > 3 files changed, 7 insertions(+), 3 deletions(-) >
Acked-by: Haojian Zhuang <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
