Commit 23fd34a5 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: ads7846 - drop unneeded asm/irq.h include

This is essentially a revert of:

	3ac8bf07 ("[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: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 03e2c9c7
......@@ -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>
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment