mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 10:56:06 -04:00
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 <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f0b5e8a42f
commit
125907ae5e
@@ -450,4 +450,3 @@ module_exit(geneve_cleanup_module);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Jesse Gross <jesse@nicira.com>");
|
||||
MODULE_DESCRIPTION("Driver for GENEVE encapsulated traffic");
|
||||
MODULE_ALIAS_RTNL_LINK("geneve");
|
||||
|
||||
Reference in New Issue
Block a user