From: Reinette Chatre Date: Fri, 7 Aug 2009 22:41:49 +0000 (-0700) Subject: iwlwifi: fix missing EXPORT_SYMBOL X-Git-Tag: v2.6.32-rc1~703^2~367^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450ccb36b4d8a18c34643335d3305ec1a781e717;p=pandora-kernel.git iwlwifi: fix missing EXPORT_SYMBOL When compiling without CONFIG_IWLWIFI_DEBUGFS there is a missing iwl_update_stats symbol. This is fixed by making this function an inline in the case when CONFIG_IWLWIFI_DEBUGFS is not set due to the hot path in which it is used. Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed