diff options
author | Mark Brown <broonie@linaro.org> | 2014-06-02 17:08:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-02 17:08:43 +0100 |
commit | 69e25c755722056b57892bebeb1892e3a6fe8774 (patch) | |
tree | 9621302e63287eabe8aa26b3cde9e18ef8890299 /drivers/spi/spi-sh-sci.c | |
parent | 301d8384b5516596cf53b88478b4b379aa09208a (diff) | |
parent | e4745fef5595df7405ea24d6b21ba0e65332bb8e (diff) | |
download | linux-69e25c755722056b57892bebeb1892e3a6fe8774.tar.bz2 |
Merge remote-tracking branch 'spi/topic/workqueue' into spi-next
Diffstat (limited to 'drivers/spi/spi-sh-sci.c')
-rw-r--r-- | drivers/spi/spi-sh-sci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-sh-sci.c b/drivers/spi/spi-sh-sci.c index 8b44b71f5024..1f56ef651d1a 100644 --- a/drivers/spi/spi-sh-sci.c +++ b/drivers/spi/spi-sh-sci.c @@ -16,7 +16,6 @@ #include <linux/kernel.h> #include <linux/delay.h> #include <linux/spinlock.h> -#include <linux/workqueue.h> #include <linux/platform_device.h> #include <linux/spi/spi.h> |