Skip to content

Commit 6c702fa

Browse files
fleitnerdavem330
authored andcommitted
dummy: use MODULE_VERSION
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>
1 parent 6ea3b44 commit 6c702fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/dummy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,4 @@ module_init(dummy_init_module);
225225
module_exit(dummy_cleanup_module);
226226
MODULE_LICENSE("GPL");
227227
MODULE_ALIAS_RTNL_LINK(DRV_NAME);
228+
MODULE_VERSION(DRV_VERSION);

0 commit comments

Comments
 (0)