> > > + > > > +/* > > > + * 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 :(