commit | 450ccb36b4d8a18c34643335d3305ec1a781e717 | [log] [tgz] |
---|---|---|
author | Reinette Chatre <reinette.chatre@intel.com> | Fri Aug 07 15:41:49 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 14 09:13:50 2009 -0400 |
tree | 1919c35f5d343e023ba48537538e1521ea5ab305 | |
parent | 3ad3b92a5517c043ef30e4b95c4c39a35bbc36be [diff] |
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 <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>