Commit 9886ce2b authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller

net: encx24j600_exit() can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 04fbfce7
...@@ -1112,7 +1112,7 @@ static int __init encx24j600_init(void) ...@@ -1112,7 +1112,7 @@ static int __init encx24j600_init(void)
} }
module_init(encx24j600_init); module_init(encx24j600_init);
void encx24j600_exit(void) static void encx24j600_exit(void)
{ {
spi_unregister_driver(&encx24j600_spi_net_driver); spi_unregister_driver(&encx24j600_spi_net_driver);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment