提交 e44666b9 编写于 作者: S Sachin Kamat 提交者: Samuel Ortiz

NFC: pn533: Staticize local symbols

Local symbols used only in this file are made static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 4b7449cd
...@@ -2905,12 +2905,12 @@ static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) ...@@ -2905,12 +2905,12 @@ static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf)
return rc; return rc;
} }
int pn533_dev_up(struct nfc_dev *nfc_dev) static int pn533_dev_up(struct nfc_dev *nfc_dev)
{ {
return pn533_rf_field(nfc_dev, 1); return pn533_rf_field(nfc_dev, 1);
} }
int pn533_dev_down(struct nfc_dev *nfc_dev) static int pn533_dev_down(struct nfc_dev *nfc_dev)
{ {
return pn533_rf_field(nfc_dev, 0); return pn533_rf_field(nfc_dev, 0);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册