All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h
@ 2014-04-15  1:03 Axel Lin
  2014-04-22 15:07 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2014-04-15  1:03 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Baruch Siach, Gregory Bean, Alexandre Courbot, linux-gpio

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/gpio/gpio-pl061.c  | 1 -
 drivers/gpio/gpio-sx150x.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c
index b0f4752..84553d3 100644
--- a/drivers/gpio/gpio-pl061.c
+++ b/drivers/gpio/gpio-pl061.c
@@ -17,7 +17,6 @@
 #include <linux/irq.h>
 #include <linux/irqchip/chained_irq.h>
 #include <linux/bitops.h>
-#include <linux/workqueue.h>
 #include <linux/gpio.h>
 #include <linux/device.h>
 #include <linux/amba/bus.h>
diff --git a/drivers/gpio/gpio-sx150x.c b/drivers/gpio/gpio-sx150x.c
index 13d73fb..b51ca9f 100644
--- a/drivers/gpio/gpio-sx150x.c
+++ b/drivers/gpio/gpio-sx150x.c
@@ -22,7 +22,6 @@
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/slab.h>
-#include <linux/workqueue.h>
 #include <linux/i2c/sx150x.h>
 
 #define NO_UPDATE_PENDING	-1
-- 
1.8.3.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h
  2014-04-15  1:03 [PATCH] gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h Axel Lin
@ 2014-04-22 15:07 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-04-22 15:07 UTC (permalink / raw)
  To: Axel Lin
  Cc: Baruch Siach, Gregory Bean, Alexandre Courbot,
	linux-gpio@vger.kernel.org

On Tue, Apr 15, 2014 at 3:03 AM, Axel Lin <axel.lin@ingics.com> wrote:

> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-22 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15  1:03 [PATCH] gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h Axel Lin
2014-04-22 15:07 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.