diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-04-14 21:03:54 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-28 15:35:09 -0400 |
commit | f604cf0919b806bdedef5f53dd1f43796166997c (patch) | |
tree | 2d951512e4ca5a11e6119faa135dba4937c8cecf /drivers/gpio/gpio-pl061.c | |
parent | b6d71fdbab9db265454e99b480081acc971dea59 (diff) |
gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pl061.c')
-rw-r--r-- | drivers/gpio/gpio-pl061.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c index b0f475243cef..84553d35bdfa 100644 --- a/drivers/gpio/gpio-pl061.c +++ b/drivers/gpio/gpio-pl061.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/irq.h> | 17 | #include <linux/irq.h> |
18 | #include <linux/irqchip/chained_irq.h> | 18 | #include <linux/irqchip/chained_irq.h> |
19 | #include <linux/bitops.h> | 19 | #include <linux/bitops.h> |
20 | #include <linux/workqueue.h> | ||
21 | #include <linux/gpio.h> | 20 | #include <linux/gpio.h> |
22 | #include <linux/device.h> | 21 | #include <linux/device.h> |
23 | #include <linux/amba/bus.h> | 22 | #include <linux/amba/bus.h> |