linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dwc3: linux/module.h included twice
@ 2012-02-15 17:55 Danny Kukawka
  2012-02-23 10:04 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Kukawka @ 2012-02-15 17:55 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: Danny Kukawka, Greg Kroah-Hartman, linux-usb, linux-omap, linux-kernel


drivers/usb/dwc3/core.c and drivers/usb/dwc3/dwc3-omap.c
included 'linux/module.h' twice, remove the duplicates.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
---
 drivers/usb/dwc3/core.c      |    1 -
 drivers/usb/dwc3/dwc3-omap.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index 7c9df63..eed4a5b 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -51,7 +51,6 @@
 
 #include <linux/usb/ch9.h>
 #include <linux/usb/gadget.h>
-#include <linux/module.h>
 
 #include "core.h"
 #include "gadget.h"
diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c
index 3274ac8..92cc7b8 100644
--- a/drivers/usb/dwc3/dwc3-omap.c
+++ b/drivers/usb/dwc3/dwc3-omap.c
@@ -46,7 +46,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/ioport.h>
 #include <linux/io.h>
-#include <linux/module.h>
 
 #include "core.h"
 #include "io.h"
-- 
1.7.8.3


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

* Re: [PATCH] dwc3: linux/module.h included twice
  2012-02-15 17:55 [PATCH] dwc3: linux/module.h included twice Danny Kukawka
@ 2012-02-23 10:04 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2012-02-23 10:04 UTC (permalink / raw)
  To: Danny Kukawka
  Cc: Felipe Balbi, Danny Kukawka, Greg Kroah-Hartman, linux-usb,
	linux-omap, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

Hi,

On Wed, Feb 15, 2012 at 06:55:51PM +0100, Danny Kukawka wrote:
> 
> drivers/usb/dwc3/core.c and drivers/usb/dwc3/dwc3-omap.c
> included 'linux/module.h' twice, remove the duplicates.
> 
> Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>

applied, thanks

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-02-23 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15 17:55 [PATCH] dwc3: linux/module.h included twice Danny Kukawka
2012-02-23 10:04 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).