spi: fsl-espi: dont include irq.h
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 25 Aug 2016 04:43:17 +0000 (06:43 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 1 Sep 2016 20:13:48 +0000 (21:13 +0100)
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>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-espi.c

index 96a2442..d95fdd0 100644 (file)
@@ -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>