Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 125907ae authored by John W. Linville's avatar John W. Linville Committed by David S. Miller
Browse files

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: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f0b5e8a4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");