On Thu, Oct 27, 2016 at 2:58 AM, David Lechner <david@xxxxxxxxxxxxxx> wrote: > On 10/26/2016 04:08 PM, ahaslam@xxxxxxxxxxxx wrote: > >> +module_exit(ohci_da8xx_exit); >> +MODULE_DESCRIPTION(DRIVER_DESC); >> +MODULE_LICENSE("GPL"); >> MODULE_ALIAS("platform:ohci"); > > > The "ohci" in MODULE_ALIAS() should also be replaced with hcd_name. i dont see any other module int the whole kernel that is using a const char here, ill just change back to #define the name and use that instead. > > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html