Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

net: encx24j600_exit() can be static

parent 04fbfce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}