projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a595d
)
spi: fsl-espi: dont include irq.h
author
Heiner Kallweit
<hkallweit1@gmail.com>
Thu, 25 Aug 2016 04:43:17 +0000
(06:43 +0200)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-fsl-espi.c
b/drivers/spi/spi-fsl-espi.c
index 96a2442c1623b0711fab3b060fe41c9932cb0788..d95fdd0632e4116becf41815ae75d839177513ae 100644
(file)
--- 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>