OSDN Git Service

Input: ads7846 - drop unneeded asm/irq.h include
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 12 Nov 2020 01:34:49 +0000 (17:34 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 18 Nov 2020 00:28:18 +0000 (16:28 -0800)
commit23fd34a56ce11e1e90444c55a96fddc8398bbfa8
tree8c7b3bf20c840cd9c943ce844f78a2f3c5ab800e
parent03e2c9c782f721b661a0e42b1b58f394b5298544
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>
drivers/input/touchscreen/ads7846.c