]> git.baikalelectronics.ru Git - kernel.git/commit
wlcore: make wlcore_cmd_send_failsafe() static
authorLuciano Coelho <luciano.coelho@intel.com>
Mon, 10 Nov 2014 07:25:57 +0000 (09:25 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Nov 2014 21:31:16 +0000 (16:31 -0500)
commit4d7e3804e20185b2c777862dfefb08ba4aeab99e
treeefd5b2f4560c13dfee1682754559126eba22c6ff
parente1f91642fee23425b7b2d8f5813fd1eac870342c
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>
drivers/net/wireless/ti/wlcore/cmd.c
drivers/net/wireless/ti/wlcore/cmd.h