On Thu, Oct 27, 2016 at 2:58 AM, David Lechner <[email protected]> wrote: > On 10/26/2016 04:08 PM, [email protected] 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. > >

