Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c945dccc authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

ARM: samsung: usb-ohci: move inline before return type

parent ba168a46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);