Skip to content

Commit

Permalink
geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John W. Linville authored and David S. Miller committed May 13, 2015
1 parent f0b5e8a commit 125907a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv4/geneve.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 125907a

Please sign in to comment.