[PATCH 17/18] ARM: samsung: usb-ohci: Move inline before return type

From: Joe Perches
Date: Wed Jul 05 2017 - 16:03:56 EST


Make the code like the rest of the kernel.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
include/linux/platform_data/usb-ohci-s3c2410.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/platform_data/usb-ohci-s3c2410.h b/include/linux/platform_data/usb-ohci-s3c2410.h
index 7fa1fbefc3f2..cc7554ae6e8b 100644
--- a/include/linux/platform_data/usb-ohci-s3c2410.h
+++ b/include/linux/platform_data/usb-ohci-s3c2410.h
@@ -31,7 +31,7 @@ struct s3c2410_hcd_info {
void (*report_oc)(struct s3c2410_hcd_info *, int ports);
};

-static void inline s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports)
+static inline void s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int ports)
{
if (info->report_oc != NULL) {
(info->report_oc)(info, ports);
--
2.10.0.rc2.1.g053435c