提交 3c490a87 编写于 作者: R Rémi Denis-Courmont 提交者: David S. Miller

Phonet: phonet_net_id can be static (sparse)

Signed-off-by: NRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dcd2ba92
...@@ -44,7 +44,7 @@ struct phonet_net { ...@@ -44,7 +44,7 @@ struct phonet_net {
struct phonet_routes routes; struct phonet_routes routes;
}; };
int phonet_net_id __read_mostly; static int phonet_net_id __read_mostly;
static struct phonet_net *phonet_pernet(struct net *net) static struct phonet_net *phonet_pernet(struct net *net)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册