提交 9886ce2b 编写于 作者: K kbuild test robot 提交者: David S. Miller

net: encx24j600_exit() can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 04fbfce7
......@@ -1112,7 +1112,7 @@ static int __init encx24j600_init(void)
}
module_init(encx24j600_init);
void encx24j600_exit(void)
static void encx24j600_exit(void)
{
spi_unregister_driver(&encx24j600_spi_net_driver);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册