“8238164fe8ce6f4574c38302057646946d14e813”上不存在“develop/doc/design/paddle_nccl.html”
提交 f05f2efd 编写于 作者: W Wey-Yi Guy 提交者: John W. Linville

iwlwifi: declare static for iwl_sram_cleanup function

Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 a2f759fc
...@@ -184,7 +184,7 @@ void iwl_testmode_init(struct iwl_priv *priv) ...@@ -184,7 +184,7 @@ void iwl_testmode_init(struct iwl_priv *priv)
priv->testmode_sram.sram_readed = false; priv->testmode_sram.sram_readed = false;
} }
void iwl_sram_cleanup(struct iwl_priv *priv) static void iwl_sram_cleanup(struct iwl_priv *priv)
{ {
if (priv->testmode_sram.sram_readed) { if (priv->testmode_sram.sram_readed) {
kfree(priv->testmode_sram.buff_addr); kfree(priv->testmode_sram.buff_addr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册