summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2011-09-05 13:37:28 +0300
committerFelipe Balbi <balbi@ti.com>2011-09-09 13:03:00 +0300
commita72e658bcdddead01b8a3580124debe60eb2aca8 (patch)
tree8e816f0e80cd3b1923c7efe38e25b22e102cc2e9 /drivers/usb/dwc3/core.c
parent9962444f592a53c08ce439b6dc362bba7ce5fd7e (diff)
usb: dwc3: add module.h to dwc3-omap.c and core.c
We need that header because of THIS_MODULE. Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/core.c')
-rw-r--r--drivers/usb/dwc3/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index 6aa09133998..64ba0979a34 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -37,6 +37,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/spinlock.h>