|
@@ -1816,7 +1816,7 @@ static void musb_free(struct musb *musb)
|
|
|
#ifdef CONFIG_SYSFS
|
|
|
device_remove_file(musb->controller, &dev_attr_mode);
|
|
|
device_remove_file(musb->controller, &dev_attr_vbus);
|
|
|
-#ifdef CONFIG_USB_MUSB_OTG
|
|
|
+#ifdef CONFIG_USB_GADGET_MUSB_HDRC
|
|
|
device_remove_file(musb->controller, &dev_attr_srp);
|
|
|
#endif
|
|
|
#endif
|
|
@@ -2064,7 +2064,7 @@ fail2:
|
|
|
#ifdef CONFIG_SYSFS
|
|
|
device_remove_file(musb->controller, &dev_attr_mode);
|
|
|
device_remove_file(musb->controller, &dev_attr_vbus);
|
|
|
-#ifdef CONFIG_USB_MUSB_OTG
|
|
|
+#ifdef CONFIG_USB_GADGET_MUSB_HDRC
|
|
|
device_remove_file(musb->controller, &dev_attr_srp);
|
|
|
#endif
|
|
|
#endif
|