Commit c664bc6d authored by David S. Miller's avatar David S. Miller

Revert "net: encx24j600_exit() can be static"

This reverts commit 9886ce2b.
parent 0a837fe4
......@@ -1112,7 +1112,7 @@ static int __init encx24j600_init(void)
}
module_init(encx24j600_init);
static void encx24j600_exit(void)
void encx24j600_exit(void)
{
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