aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-if.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-01-21 00:55:56 +0200
committerFelipe Balbi <balbi@ti.com>2015-01-27 09:39:12 -0600
commite19c99e7592e06b6fdf558aa8877b671f8cf0329 (patch)
tree8fd669c7412f3822fc4c7eb1baff55d75a79f969 /drivers/usb/host/isp1760-if.c
parentusb: isp1760: Prefix driver data structures with isp1760_ (diff)
downloadlinux-dev-e19c99e7592e06b6fdf558aa8877b671f8cf0329.tar.xz
linux-dev-e19c99e7592e06b6fdf558aa8877b671f8cf0329.zip
usb: isp1760: Reorganize header files
The isp1760-rhcd.h header contains PTD constants and structures only useful for the HCD implementation. It also contains register definitions that will be needed by common code when implementing support for the ISP1761 device controller, but doesn't contain the isp1760_hcd structure definition that will also be used by common code. Move definitions to the right location and create an isp1760-regs.h to store register definitions. No change other than moving definitions and modifying indentation is performed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.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 7c03320f7831..b1591c6cf54a 100644
--- a/drivers/usb/host/isp1760-if.c
+++ b/drivers/usb/host/isp1760-if.c
@@ -19,6 +19,7 @@
#include <linux/usb/hcd.h>
#include "isp1760-hcd.h"
+#include "isp1760-regs.h"
#ifdef CONFIG_PCI
#include <linux/pci.h>