NFC: Fix missing static declarations
authorThierry Escande <thierry.escande@linux.intel.com>
Mon, 24 Jun 2013 10:02:28 +0000 (12:02 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Aug 2013 22:28:16 +0000 (00:28 +0200)
commit40dac370efea8d5f2e4de61badf377637053fda7
treed82865f7b6f453542d7ddb040059ebcbc9304e82
parentd1e2586f484dfc36eee2b2d3a6c6c77be67ca492
NFC: Fix missing static declarations

This patch fixes 3 sparse warnings:
nfcsim.c:63:25: sparse: symbol 'wq' was not declared.
nfcsim.c:484:12: sparse: symbol 'nfcsim_init' was not declared.
nfcsim.c:525:13: sparse: symbol 'nfcsim_exit' was not declared.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/nfcsim.c