mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 11:27:20 +07:00
NFC: digital: digital_tg_send_sensf_res() can be static
Fixes sparse hint: net/nfc/digital_technology.c:640:5: sparse: symbol 'digital_tg_send_sensf_res' was not declared. Should it be static? Cc: Thierry Escande <thierry.escande@linux.intel.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
260425308d
commit
180106bd07
@ -637,7 +637,7 @@ void digital_tg_recv_sens_req(struct nfc_digital_dev *ddev, void *arg,
|
|||||||
dev_kfree_skb(resp);
|
dev_kfree_skb(resp);
|
||||||
}
|
}
|
||||||
|
|
||||||
int digital_tg_send_sensf_res(struct nfc_digital_dev *ddev,
|
static int digital_tg_send_sensf_res(struct nfc_digital_dev *ddev,
|
||||||
struct digital_sensf_req *sensf_req)
|
struct digital_sensf_req *sensf_req)
|
||||||
{
|
{
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
|
Loading…
Reference in New Issue
Block a user