]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit162725c4bdb20f20a552fea3a46694b39a678ed6
tree8c7b3bf20c840cd9c943ce844f78a2f3c5ab800e
parent206fb077165e28c069bbbd3ff4fec25fff4f8229
Input: ads7846 - drop unneeded asm/irq.h include

This is essentially a revert of:

53627449c2ce ("[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