usb: Add module.h to various dwc3 drivers
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 30 Sep 2011 22:08:59 +0000 (18:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:27:28 +0000 (10:27 -0700)
These files uses the full set of MODULE_ macros and so need to
include module.h directly.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/dwc3-omap.c

index d35f905..717ebc9 100644 (file)
@@ -51,6 +51,7 @@
 
 #include <linux/usb/ch9.h>
 #include <linux/usb/gadget.h>
+#include <linux/module.h>
 
 #include "core.h"
 #include "gadget.h"
index 64ce3fc..062552b 100644 (file)
@@ -46,6 +46,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/ioport.h>
 #include <linux/io.h>
+#include <linux/module.h>
 
 #include "io.h"