|
@@ -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);
|