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>
This commit is contained in:
Laurent Pinchart 2015-01-21 00:55:57 +02:00 committed by Felipe Balbi
parent e19c99e759
commit 4b1a577d41
6 changed files with 114 additions and 38 deletions

View file

@ -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