All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: MSM: Remove twice included header files
@ 2012-04-13 17:33 Thomas Weber
  2012-04-20  0:28   ` David Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Weber @ 2012-04-13 17:33 UTC (permalink / raw)
  To: linux-arm-kernel

Remove twice included gpio.h in board-msm7x30
and board-qsd8x50.

Signed-off-by: Thomas Weber <thomas@tomweber.eu>
---
 arch/arm/mach-msm/board-msm7x30.c |    1 -
 arch/arm/mach-msm/board-qsd8x50.c |    1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c
index db81ed5..75b3cfc 100644
--- a/arch/arm/mach-msm/board-msm7x30.c
+++ b/arch/arm/mach-msm/board-msm7x30.c
@@ -17,7 +17,6 @@
 #include <linux/gpio.h>
 #include <linux/kernel.h>
 #include <linux/irq.h>
-#include <linux/gpio.h>
 #include <linux/platform_device.h>
 #include <linux/delay.h>
 #include <linux/io.h>
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c
index 7e8909c..fbaa4ed 100644
--- a/arch/arm/mach-msm/board-qsd8x50.c
+++ b/arch/arm/mach-msm/board-qsd8x50.c
@@ -17,7 +17,6 @@
 #include <linux/gpio.h>
 #include <linux/kernel.h>
 #include <linux/irq.h>
-#include <linux/gpio.h>
 #include <linux/platform_device.h>
 #include <linux/delay.h>
 #include <linux/usb/msm_hsusb.h>
-- 
1.7.10

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

* Re: [PATCH] ARM: MSM: Remove twice included header files
  2012-04-13 17:33 [PATCH] ARM: MSM: Remove twice included header files Thomas Weber
@ 2012-04-20  0:28   ` David Brown
  0 siblings, 0 replies; 3+ messages in thread
From: David Brown @ 2012-04-20  0:28 UTC (permalink / raw)
  To: Thomas Weber; +Cc: linux, linux-arm-kernel, Danny Kukawka, linux-arm-msm

On Fri, Apr 13, 2012 at 07:33:04PM +0200, Thomas Weber wrote:
> Remove twice included gpio.h in board-msm7x30
> and board-qsd8x50.

This was alread reported in https://lkml.org/lkml/2012/2/15/344

Please make sure you use the MAINTAINERS file
(scripts/get_maintainer.pl helps here) so that the right people are
included.  The patch should be sent To the maintainers, and the list
CC'd.

I've pulled the previous version of the patch in so it will get
included in 3.5.

David

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

* [PATCH] ARM: MSM: Remove twice included header files
@ 2012-04-20  0:28   ` David Brown
  0 siblings, 0 replies; 3+ messages in thread
From: David Brown @ 2012-04-20  0:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Apr 13, 2012 at 07:33:04PM +0200, Thomas Weber wrote:
> Remove twice included gpio.h in board-msm7x30
> and board-qsd8x50.

This was alread reported in https://lkml.org/lkml/2012/2/15/344

Please make sure you use the MAINTAINERS file
(scripts/get_maintainer.pl helps here) so that the right people are
included.  The patch should be sent To the maintainers, and the list
CC'd.

I've pulled the previous version of the patch in so it will get
included in 3.5.

David

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

end of thread, other threads:[~2012-04-20  0:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 17:33 [PATCH] ARM: MSM: Remove twice included header files Thomas Weber
2012-04-20  0:28 ` David Brown
2012-04-20  0:28   ` David Brown

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.