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

Commit f884e387 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by John W. Linville
Browse files

cfg80211: move cfg80211_exit to .exit.text



cfg80211_exit is only used as module_exit function, so it can go to
.exit.text saving a few bytes when CONFIG_CFG80211=y.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4e63f768
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -894,7 +894,7 @@ out_fail_pernet:
}
}
subsys_initcall(cfg80211_init);
subsys_initcall(cfg80211_init);


static void cfg80211_exit(void)
static void __exit cfg80211_exit(void)
{
{
	debugfs_remove(ieee80211_debugfs_dir);
	debugfs_remove(ieee80211_debugfs_dir);
	nl80211_exit();
	nl80211_exit();