Emmanuel Grumbach <egrumbach@xxxxxxxxx> writes: >> > > + >> > > +/* >> > > + * Do not export the device table because this module is loaded by >> > > + * iwlwifi's dependency. >> > > + */ >> > > + >> > > +static struct mei_cl_driver iwl_mei_cl_driver = { >> > > + .id_table = iwl_mei_tbl, >> > > + .name = KBUILD_MODNAME, >> > > + .probe = iwl_mei_probe, >> > > + .remove = iwl_mei_remove, >> > > +}; >> > > + >> > > +module_mei_cl_driver(iwl_mei_cl_driver); >> > >> > Not sure iwl_mei_cl_driver can be const or not, most probably not. But >> > please do check. >> >> I will. > > I can't :( Ok, thanks for checking. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches