NFC: Fix SE API related sparse warning
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 7 Oct 2013 12:18:44 +0000 (14:18 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 7 Oct 2013 12:18:44 +0000 (14:18 +0200)
commitddc1a70b5f2a07a932ed31f989d63937bb813439
tree74d13bb7931a53e8956dace29e1ae5dec4550317
parent7227c0216d2f879d548e8028dc0298a6156ae633
NFC: Fix SE API related sparse warning

se_io_cb can be declared static. This fixes the following sparse
warning:

net/nfc/netlink.c:1287:6: warning: symbol 'se_io_cb' was not declared.
Should it be static?

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/netlink.c