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:
f5b8f47
)
wlcore: make wlcore_cmd_send_failsafe() static
author
Luciano Coelho
<luciano.coelho@intel.com>
Mon, 10 Nov 2014 07:25:57 +0000
(09:25 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 11 Nov 2014 21:31:16 +0000
(16:31 -0500)
The wlcore_cmd_send_failsafe() function is only called in the cmd.c
file, where it is definde. Make it static.
Additionally, move the EXPORT_SYMBOL macro for wl1271_cmd_send() to
the right place.
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found