From: Uwe Kleine-König Date: Fri, 18 Jun 2010 07:38:54 +0000 (+0200) Subject: cfg80211: move cfg80211_exit to .exit.text X-Git-Tag: v2.6.36-rc1~571^2~385^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f884e3879b7a098565e963e771cb342b67b1f5cd;p=pandora-kernel.git 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: Uwe Kleine-König Signed-off-by: John W. Linville --- Reading git-diff-tree failed