Skip to content

Commit

Permalink
usb: dwc3: linux/module.h included twice
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Danny Kukawka authored and Felipe Balbi committed Mar 2, 2012
1 parent 802ca85 commit 2cd0e85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
#include <linux/module.h>

#include "core.h"
#include "gadget.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/usb/dwc3/dwc3-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/module.h>

#include "core.h"
#include "io.h"
Expand Down

0 comments on commit 2cd0e85

Please sign in to comment.