[RFC PATCH] net: encx24j600_exit() can be static

From: kbuild test robot
Date: Thu Oct 01 2015 - 08:27:41 EST



Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
encx24j600.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/microchip/encx24j600.c b/drivers/net/ethernet/microchip/encx24j600.c
index 1da37fd..afc008a 100644
--- a/drivers/net/ethernet/microchip/encx24j600.c
+++ b/drivers/net/ethernet/microchip/encx24j600.c
@@ -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);
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/