From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 6 May 2015 00:58:15 +0200 Subject: [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c In-Reply-To: <1430862979-4684-9-git-send-email-hdegoede@redhat.com> References: <1430862979-4684-1-git-send-email-hdegoede@redhat.com> <1430862979-4684-9-git-send-email-hdegoede@redhat.com> Message-ID: <201505060058.15616.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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