]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/usb/host/ohci-hcd.c
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
authorHans de Goede <hdegoede@redhat.com>
Tue, 5 May 2015 21:56:11 +0000 (23:56 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 6 May 2015 18:48:35 +0000 (12:48 -0600)
commit6651c140659a300fa2bebf0de1c58832c123b1f2
tree2d446b6d4b11457bb6246c1a2bb847f4f3ab76a8
parent26548bb283879a20dbbef8a8baa3737d25c2ac82
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c

Non static function and variable declarations do not belong in a .h file.

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