summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp116x-hcd.c
diff options
context:
space:
mode:
authorDavid Brownell2006-06-13 18:59:32 +0200
committerGreg Kroah-Hartman2006-06-22 00:04:18 +0200
commit325a4af60dc945bf2da9cbcdbabb276e312b297c (patch)
tree05a6eeaf6c820485a011b3bcd40070c38b753abd /drivers/usb/host/isp116x-hcd.c
parent[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h> (diff)
downloadkernel-qcow2-linux-325a4af60dc945bf2da9cbcdbabb276e312b297c.tar.gz
kernel-qcow2-linux-325a4af60dc945bf2da9cbcdbabb276e312b297c.tar.xz
kernel-qcow2-linux-325a4af60dc945bf2da9cbcdbabb276e312b297c.zip
[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>
This moves header files for controller-specific platform data from <linux/usb_XXX.h> to <linux/usb/XXX.h> to start reducing some clutter. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/isp116x-hcd.c')
-rw-r--r--drivers/usb/host/isp116x-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c
index c5e224048efa..14386254c870 100644
--- a/drivers/usb/host/isp116x-hcd.c
+++ b/drivers/usb/host/isp116x-hcd.c
@@ -63,7 +63,7 @@
#include <linux/init.h>
#include <linux/list.h>
#include <linux/usb.h>
-#include <linux/usb_isp116x.h>
+#include <linux/usb/isp116x.h>
#include <linux/platform_device.h>
#include <asm/io.h>