Skip to content

Commit 125907a

Browse files
linvjwdavem330
authored andcommitted
geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c
This file is essentially a library for implementing the geneve encapsulation protocol. The file does not register any rtnl_link_ops, so the MODULE_ALIAS_RTNL_LINK macro is inappropriate here. Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f0b5e8a commit 125907a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/ipv4/geneve.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,3 @@ module_exit(geneve_cleanup_module);
450450
MODULE_LICENSE("GPL");
451451
MODULE_AUTHOR("Jesse Gross <[email protected]>");
452452
MODULE_DESCRIPTION("Driver for GENEVE encapsulated traffic");
453-
MODULE_ALIAS_RTNL_LINK("geneve");

0 commit comments

Comments
 (0)