git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7227c02
)
NFC: Fix SE API related sparse warning
author
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 7 Oct 2013 12:18:44 +0000
(14:18 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 7 Oct 2013 12:18:44 +0000
(14:18 +0200)
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>
No differences found