diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-01-20 23:55:57 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 16:39:16 +0100 |
commit | 4b1a577d41c99f2aa548e8de3effe1033d9ca40b (patch) | |
tree | 181b85235f810e6e31f45a45c2316885ba96e534 /drivers/usb/host/isp1760-if.c | |
parent | usb: isp1760: Reorganize header files (diff) | |
download | linux-4b1a577d41c99f2aa548e8de3effe1033d9ca40b.tar.xz linux-4b1a577d41c99f2aa548e8de3effe1033d9ca40b.zip |
usb: isp1760: Move core code to isp1760-core.c
Move core device initialization to a central location in order to share
it with the device mode implementation.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/usb/host/isp1760-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c index b1591c6cf54a..f2a399051244 100644 --- a/drivers/usb/host/isp1760-if.c +++ b/drivers/usb/host/isp1760-if.c @@ -18,7 +18,7 @@ #include <linux/usb/isp1760.h> #include <linux/usb/hcd.h> -#include "isp1760-hcd.h" +#include "isp1760-core.h" #include "isp1760-regs.h" #ifdef CONFIG_PCI |