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-s3c24xx.c | |
parent | 301d8384b5516596cf53b88478b4b379aa09208a (diff) | |
parent | e4745fef5595df7405ea24d6b21ba0e65332bb8e (diff) | |
download | linux-69e25c755722056b57892bebeb1892e3a6fe8774.tar.gz linux-69e25c755722056b57892bebeb1892e3a6fe8774.tar.xz |
Merge remote-tracking branch 'spi/topic/workqueue' into spi-next
Diffstat (limited to 'drivers/spi/spi-s3c24xx.c')
-rw-r--r-- | drivers/spi/spi-s3c24xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index 381d4af149fc..e713737d784f 100644 --- a/drivers/spi/spi-s3c24xx.c +++ b/drivers/spi/spi-s3c24xx.c @@ -10,7 +10,6 @@ */ #include <linux/spinlock.h> -#include <linux/workqueue.h> #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/errno.h> |