commit | d351f5fea44a7527819598070e11b5c9dc53c017 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <luciano.coelho@intel.com> | Mon Nov 10 09:25:57 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 11 16:31:16 2014 -0500 |
tree | efd5b2f4560c13dfee1682754559126eba22c6ff | |
parent | f5b8f4790bb5dfd541f9d61589357ea6042cc668 [diff] |
wlcore: make wlcore_cmd_send_failsafe() static 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>