OSDN Git Service

geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.c
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 13 May 2015 16:57:26 +0000 (12:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2015 19:59:12 +0000 (15:59 -0400)
commit125907ae5ef000a3855b33f6545d672275413836
treef6863e73a49514462cc50b14042b172ba34a6900
parentf0b5e8a42f37a880b8467e59dc814f4f21581d3d
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>
net/ipv4/geneve.c