All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: Remove duplicate include of errno.h
@ 2013-11-19 12:32 Vishwanathrao Badarkhe, Manish
  2013-11-19 20:15   ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Vishwanathrao Badarkhe, Manish @ 2013-11-19 12:32 UTC (permalink / raw)
  To: linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: linus.walleij-QSEj5FYQhm4dnm+yROfE0A

From: "Vishwanathrao Badarkhe, Manish" <manishv.b-l0cyMroinI0@public.gmane.org>

Currently, code include errno.h twice. Remove one inclusion
of errno.h

Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b-l0cyMroinI0@public.gmane.org>
---
:100644 100644 552e3f4... de13695... M	include/linux/gpio.h
 include/linux/gpio.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/gpio.h b/include/linux/gpio.h
index 552e3f4..de13695 100644
--- a/include/linux/gpio.h
+++ b/include/linux/gpio.h
@@ -78,7 +78,6 @@ static inline int irq_to_gpio(unsigned int irq)
 
 #include <linux/kernel.h>
 #include <linux/types.h>
-#include <linux/errno.h>
 #include <linux/bug.h>
 
 struct device;
-- 
1.7.9.5

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

* Re: [PATCH] gpio: Remove duplicate include of errno.h
  2013-11-19 12:32 [PATCH] gpio: Remove duplicate include of errno.h Vishwanathrao Badarkhe, Manish
  2013-11-19 20:15   ` Linus Walleij
@ 2013-11-19 20:15   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-11-19 20:15 UTC (permalink / raw)
  To: Vishwanathrao Badarkhe, Manish
  Cc: linux-gpio, linux-kernel, davinci-linux-open-source, linux-arm-kernel

On Tue, Nov 19, 2013 at 1:32 PM, Vishwanathrao Badarkhe, Manish
<manishv.b@ti.com> wrote:

> From: "Vishwanathrao Badarkhe, Manish" <manishv.b@ti.com>
>
> Currently, code include errno.h twice. Remove one inclusion
> of errno.h
>
> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>

Patch applied, thanks!

Yours,
Linus Walleij

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

* Re: [PATCH] gpio: Remove duplicate include of errno.h
@ 2013-11-19 20:15   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-11-19 20:15 UTC (permalink / raw)
  To: Vishwanathrao Badarkhe, Manish
  Cc: linux-gpio, linux-kernel, davinci-linux-open-source, linux-arm-kernel

On Tue, Nov 19, 2013 at 1:32 PM, Vishwanathrao Badarkhe, Manish
<manishv.b@ti.com> wrote:

> From: "Vishwanathrao Badarkhe, Manish" <manishv.b@ti.com>
>
> Currently, code include errno.h twice. Remove one inclusion
> of errno.h
>
> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>

Patch applied, thanks!

Yours,
Linus Walleij

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

* [PATCH] gpio: Remove duplicate include of errno.h
@ 2013-11-19 20:15   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-11-19 20:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 19, 2013 at 1:32 PM, Vishwanathrao Badarkhe, Manish
<manishv.b@ti.com> wrote:

> From: "Vishwanathrao Badarkhe, Manish" <manishv.b@ti.com>
>
> Currently, code include errno.h twice. Remove one inclusion
> of errno.h
>
> Signed-off-by: Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>

Patch applied, thanks!

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-11-19 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-19 12:32 [PATCH] gpio: Remove duplicate include of errno.h Vishwanathrao Badarkhe, Manish
2013-11-19 20:15 ` Linus Walleij
2013-11-19 20:15   ` Linus Walleij
2013-11-19 20:15   ` 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.