Commit 6c702fab authored by Flavio Leitner's avatar Flavio Leitner Committed by David S. Miller

dummy: use MODULE_VERSION

Use MODULE_VERSION() now that dummy driver has a version.
Signed-off-by: default avatarFlavio Leitner <fbl@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6ea3b446
......@@ -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);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment