[PATCH 3/4] Make wcn36xx_smd_switch_channel_rsp static

Pontus Fuchs pontus.fuchs at gmail.com
Tue May 28 04:05:22 EDT 2013


Only used in smd.c

Signed-off-by: Pontus Fuchs <pontus.fuchs at gmail.com>
---
 smd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smd.c b/smd.c
index 7d4906e..54a316c 100644
--- a/smd.c
+++ b/smd.c
@@ -269,7 +269,7 @@ int wcn36xx_smd_switch_channel_req(struct wcn36xx *wcn, int ch)
 	return wcn36xx_smd_send_and_wait(wcn, msg_body.header.len);
 }
 
-void wcn36xx_smd_switch_channel_rsp(void *buf, size_t len)
+static void wcn36xx_smd_switch_channel_rsp(void *buf, size_t len)
 {
 	struct wcn36xx_hal_switch_channel_rsp_msg *rsp;
 	rsp = (struct wcn36xx_hal_switch_channel_rsp_msg*)buf;
-- 
1.8.1.2




More information about the wcn36xx mailing list