]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/usb/host/ohci-hcd.c
usb: ohci: Move the td array struct to inside the ohci_dev struct
authorHans de Goede <hdegoede@redhat.com>
Tue, 5 May 2015 21:56:09 +0000 (23:56 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 6 May 2015 18:48:35 +0000 (12:48 -0600)
commit3c5497d831fe2450b47eead2c8b57602028ecdea
treea9a6ca7598a374c10a173de3f3d66813f2df0727
parent19d95d57299d1f9395934cd365625bebef399748
usb: ohci: Move the td array struct to inside the ohci_dev struct

This is a preparation patch for adding driver-model support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Marek Vasut <marex@denx.de>
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci.h