Skip to content

Commit

Permalink
net: encx24j600_exit() can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
kbuild test robot authored and David S. Miller committed Oct 5, 2015
1 parent 04fbfce commit 9886ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/microchip/encx24j600.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9886ce2

Please sign in to comment.