diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-03-27 23:05:55 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 12:20:15 -0400 |
commit | e4745fef5595df7405ea24d6b21ba0e65332bb8e (patch) | |
tree | f62df7504d1c760f73da58c249f5864d375fd74b /drivers/spi/spi-bcm63xx-hsspi.c | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) |
spi: Remove unneeded include of linux/workqueue.h
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi-bcm63xx-hsspi.c')
-rw-r--r-- | drivers/spi/spi-bcm63xx-hsspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c index 5a211e98383b..86f5a98aa7a2 100644 --- a/drivers/spi/spi-bcm63xx-hsspi.c +++ b/drivers/spi/spi-bcm63xx-hsspi.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/err.h> | 18 | #include <linux/err.h> |
19 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
20 | #include <linux/spi/spi.h> | 20 | #include <linux/spi/spi.h> |
21 | #include <linux/workqueue.h> | ||
22 | #include <linux/mutex.h> | 21 | #include <linux/mutex.h> |
23 | 22 | ||
24 | #define HSSPI_GLOBAL_CTRL_REG 0x0 | 23 | #define HSSPI_GLOBAL_CTRL_REG 0x0 |