commit | 516c987412d0d0fd030ce02720771ca5d665f044 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue May 05 23:56:11 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed May 06 12:48:35 2015 -0600 |
tree | 2d446b6d4b11457bb6246c1a2bb847f4f3ab76a8 | |
parent | eb509d3bdce6372fff90f5f795e4fde8a2cc8e31 [diff] |
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>