]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:16 +0000 (22:37 +0200)
commitcb8fcf20935b7b239ae63d808c2705757eb3e2a2
tree8d74161d980378ac57159f87f1cb4cfdced186b2
parent7e5a43921986d78249413696512fbd6e559ed5a1
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