dummy: use MODULE_VERSION
authorFlavio Leitner <fbl@redhat.com>
Wed, 10 Dec 2014 00:41:48 +0000 (22:41 -0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2014 02:51:06 +0000 (21:51 -0500)
Use MODULE_VERSION() now that dummy driver has a version.

Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dummy.c

index 413ca4f73997f49a723d3f70c52a3b7851dde70e..49adbf1b7574211dcd97db2c8cc970e427934c87 100644 (file)
@@ -225,3 +225,4 @@ module_init(dummy_init_module);
 module_exit(dummy_cleanup_module);
 MODULE_LICENSE("GPL");
 MODULE_ALIAS_RTNL_LINK(DRV_NAME);
+MODULE_VERSION(DRV_VERSION);