commit | 045a0fa0c5f5ea0f16c009f924ea579634afbba8 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Jul 23 10:08:44 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 23 01:28:21 2015 -0700 |
tree | 10037431a845453ca3942ccbe9a8ebb413baa212 | |
parent | c5e40ee287db61a79af1746954ee03ebbf1ff8a3 [diff] |
ip_tunnel: Call ip_tunnel_core_init() from inet_init() Convert the module_init() to a invocation from inet_init() since ip_tunnel_core is part of the INET built-in. Fixes: 3093fbe7ff4 ("route: Per route IP tunnel metadata via lightweight tunnel") Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>