mwifiex: keep mwifiex_cancel_pending_ioctl() static
[linux-2.6-block.git] / drivers / net / wireless / marvell / mwifiex / cmdevt.c
index 3f5e822673bf01e1174bbfc301fd91485327cfa1..0edc5d621304b8f0d3466ba0737a1f47d4144107 100644 (file)
@@ -26,6 +26,8 @@
 #include "11n.h"
 #include "11ac.h"
 
+static void mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter);
+
 /*
  * This function initializes a command node.
  *
@@ -1074,7 +1076,7 @@ mwifiex_cancel_all_pending_cmd(struct mwifiex_adapter *adapter)
  * In case of scan commands, all pending commands in scan pending queue
  * are cancelled.
  */
-void
+static void
 mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter)
 {
        struct cmd_ctrl_node *cmd_node = NULL;