From: Dmitry Torokhov Date: Thu, 12 Nov 2020 01:34:49 +0000 (-0800) Subject: Input: ads7846 - drop unneeded asm/irq.h include X-Git-Tag: v5.15~74^2~37^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23fd34a56ce11e1e90444c55a96fddc8398bbfa8;p=platform%2Fkernel%2Flinux-starfive.git Input: ads7846 - drop unneeded asm/irq.h include This is essentially a revert of: 3ac8bf077d0f ("[PATCH] ads7846: sparc32 warning fix") By now enable_irq() and disable_irq() are properly defined in linux/interrupt.h and we do not need to pull in architecture-specific bits. Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c index 9eed1f3..de05864 100644 --- a/drivers/input/touchscreen/ads7846.c +++ b/drivers/input/touchscreen/ads7846.c @@ -32,7 +32,6 @@ #include #include #include -#include #include /*