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 d35f90527c38d030fe37d72984352d900f4c4f1d..717ebc9ff941808e2ddd52c93db09cc998456565 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 64ce3fcf2ec4d217486415776e6f35e590bcb7a8..062552b5fc8a5cbdfa644da11d629aedb92e1d8a 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"