[PATCH] mei: module version

From: Ortwin Glück
Date: Tue Jul 10 2012 - 06:28:07 EST


The LMS daemon expects a /sys/modules/mei/version file with, a four digit version number.

see
http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/

Signed-off-by: Ortwin Glück <odi@xxxxxx>
---
diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c
index 7de1389..cee72bd 100644
--- a/drivers/misc/mei/main.c
+++ b/drivers/misc/mei/main.c
@@ -1229,3 +1229,4 @@ module_exit(mei_exit_module);
MODULE_AUTHOR("Intel Corporation");
MODULE_DESCRIPTION("Intel(R) Management Engine Interface");
MODULE_LICENSE("GPL v2");
+MODULE_VERSION("1.0.0.0");
--
1.7.8.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/