Thread (27 messages) flat view 27 messages, 3 authors, 2021-11-12

Re: [PATCH v6 2/7] iwlwifi: mei: add the driver to allow cooperation with CSME

From: Emmanuel Grumbach <hidden>
Date: 2021-10-18 11:17:17

quoted
quoted
+
+/*
+ * 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 :(
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help