Re: [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:58, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:11 PM, Hans de Goede wrote: >> Non static function and variable declarations do not belong in a .h file. >> >> Signed-off-by: Hans de Goede > > Acked-by: Marek Vasut Applied to u-boot-dm, thanks!

Re: [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:11 PM, Hans de Goede wrote: > Non static function and variable declarations do not belong in a .h file. > > Signed-off-by: Hans de Goede Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@

[U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c

2015-05-05 Thread Hans de Goede
Non static function and variable declarations do not belong in a .h file. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 86 + drivers/usb/host/ohci.h | 93 - 2 files changed, 86 insertions(+)