diff mbox

[01/23] spi: fsl-espi: dont include irq.h

Message ID 3a4b4e11-9283-5d52-d125-66c7565913d4@gmail.com (mailing list archive)
State Accepted
Commit 6bdf03b30ed0ac72d309fe22aed8101f4cc6a2df
Headers show

Commit Message

Heiner Kallweit Aug. 25, 2016, 4:43 a.m. UTC
irq.h isn't needed and it even shouldn't be included, see comment
at the beginning of this header file.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 drivers/spi/spi-fsl-espi.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c
index 96a2442..d95fdd0 100644
--- a/drivers/spi/spi-fsl-espi.c
+++ b/drivers/spi/spi-fsl-espi.c
@@ -12,7 +12,6 @@ 
 #include <linux/err.h>
 #include <linux/fsl_devices.h>
 #include <linux/interrupt.h>
-#include <linux/irq.h>
 #include <linux/module.h>
 #include <linux/mm.h>
 #include <linux/of.h>