From: Andrew Morton sparc32: drivers/input/touchscreen/ads7846.c: In function `ads7846_read12_ser': drivers/input/touchscreen/ads7846.c:206: warning: implicit declaration of function `disable_irq' drivers/input/touchscreen/ads7846.c:208: warning: implicit declaration of function `enable_irq' Cc: Dmitry Torokhov Signed-off-by: Andrew Morton --- drivers/input/touchscreen/ads7846.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/input/touchscreen/ads7846.c~ads7846-build-fix drivers/input/touchscreen/ads7846.c --- 25-sparc/drivers/input/touchscreen/ads7846.c~ads7846-build-fix 2006-03-07 00:35:28.000000000 -0800 +++ 25-sparc-akpm/drivers/input/touchscreen/ads7846.c 2006-03-07 00:35:52.000000000 -0800 @@ -23,6 +23,7 @@ #include #include #include +#include #ifdef CONFIG_ARM #include _