]> git.sur5r.net Git - u-boot/commit
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
authorHans de Goede <hdegoede@redhat.com>
Tue, 5 May 2015 21:56:07 +0000 (23:56 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 6 May 2015 18:48:34 +0000 (12:48 -0600)
commitc5613df585b167d30408f45a35acccde891b16db
tree26c469b5dccd171dfb1e75eba01b914b71ba6538
parent69710ce3ee73445f1c445c41a853fd1d08acd5d1
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars

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