aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-if.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 16:09:31 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:25 -0400
commit6eb0de827084060e6607c8f8542d9e9566214538 (patch)
tree01e340eab5a0758e19eeb1c813f6cef831b7a834 /drivers/usb/host/isp1760-if.c
parentscsi: Fix up files implicitly depending on module.h inclusion (diff)
downloadlinux-dev-6eb0de827084060e6607c8f8542d9e9566214538.tar.xz
linux-dev-6eb0de827084060e6607c8f8542d9e9566214538.zip
usb: Add module.h to drivers/usb consumers who really use it.
The situation up to this point meant that module.h was pretty much everywhere, regardless of whether you asked for it or not. We are fixing that, so give the USB folks who want it an actual include of it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/usb/host/isp1760-if.c')
-rw-r--r--drivers/usb/host/isp1760-if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c
index 2c7fc830c9e4..a7dc1e1d45f2 100644
--- a/drivers/usb/host/isp1760-if.c
+++ b/drivers/usb/host/isp1760-if.c
@@ -11,6 +11,7 @@
#include <linux/usb.h>
#include <linux/io.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/usb/isp1760.h>
#include <linux/usb/hcd.h>