aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2020-11-11 17:34:49 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-11-17 16:28:18 -0800
commit23fd34a56ce11e1e90444c55a96fddc8398bbfa8 (patch)
tree8c7b3bf20c840cd9c943ce844f78a2f3c5ab800e /drivers/input
parentInput: ads7846 - fix unaligned access on 7845 (diff)
downloadlinux-dev-23fd34a56ce11e1e90444c55a96fddc8398bbfa8.tar.xz
linux-dev-23fd34a56ce11e1e90444c55a96fddc8398bbfa8.zip
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 <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/ads7846.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/ads7846.c
index 9eed1f3e3661..de058644ef8a 100644
--- a/drivers/input/touchscreen/ads7846.c
+++ b/drivers/input/touchscreen/ads7846.c
@@ -32,7 +32,6 @@
#include <linux/spi/ads7846.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
-#include <asm/irq.h>
#include <asm/unaligned.h>
/*