[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151001122620.GA9861@xian>
Date: Thu, 1 Oct 2015 20:26:20 +0800
From: kbuild test robot <lkp@...el.com>
To: jon@...gle.org
Cc: kbuild-all@...org, broonie@...nel.org, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Jon Ringle <jringle@...dpoint.com>
Subject: [RFC PATCH] net: encx24j600_exit() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists