]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: include module.h in the DesignWare USB3 DRD driver
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 23 Aug 2011 05:08:54 +0000 (15:08 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 16:47:40 +0000 (09:47 -0700)
commit46a57283e86c68351377ac3349f1465aee938fbd
tree0a6be26876cd335cc6420cb98aa05a780552b9a3
parent7c79d094358326132693279bfb22e4f8454cc652
usb: include module.h in the DesignWare USB3 DRD driver

Fixes this build error:

drivers/usb/dwc3/dwc3-pci.c: In function 'dwc3_pci_init':
drivers/usb/dwc3/dwc3-pci.c:211:9: error: 'THIS_MODULE' undeclared (first use in this function)

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/dwc3/dwc3-pci.c