diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-08-25 06:43:17 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 22:13:48 +0200 |
commit | 6bdf03b30ed0ac72d309fe22aed8101f4cc6a2df (patch) | |
tree | bbb796f63f3db77bd40e6885ae68cfc0da45dd58 | |
parent | spi: fsl-espi: eliminate spi nor flash read loop (diff) | |
download | linux-6bdf03b30ed0ac72d309fe22aed8101f4cc6a2df.tar.xz linux-6bdf03b30ed0ac72d309fe22aed8101f4cc6a2df.zip |
spi: fsl-espi: dont include irq.h
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>
-rw-r--r-- | drivers/spi/spi-fsl-espi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c index 96a2442c1623..d95fdd0632e4 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> |