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)
commitd351f5fea44a7527819598070e11b5c9dc53c017
treeefd5b2f4560c13dfee1682754559126eba22c6ff
parentf5b8f4790bb5dfd541f9d61589357ea6042cc668
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
This page took 0.025578 seconds and 5 git commands to generate.