diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-11-11 17:34:49 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-11-17 16:28:18 -0800 |
commit | 23fd34a56ce11e1e90444c55a96fddc8398bbfa8 (patch) | |
tree | 8c7b3bf20c840cd9c943ce844f78a2f3c5ab800e | |
parent | 03e2c9c782f721b661a0e42b1b58f394b5298544 (diff) |
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>
-rw-r--r-- | drivers/input/touchscreen/ads7846.c | 1 |
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> /* |