This patch removes pUserVoid that is first argument of
clear_shadow_scan function because it is not used in this function.
Remove argument in the function call also.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 #define AGING_TIME     (9 * 1000)
 #define during_ip_time 15000
 
-static void clear_shadow_scan(void *pUserVoid)
+static void clear_shadow_scan(void)
 {
        int i;
 
        s32Error = wilc_deinit(priv->hWILCWFIDrv);
 
        /* Clear the Shadow scan */
-       clear_shadow_scan(priv);
+       clear_shadow_scan();
        if (op_ifcs == 0) {
                PRINT_D(CORECONFIG_DBG, "destroy during ip\n");
                del_timer_sync(&wilc_during_ip_timer);