staging: wilc1000: remove WILC_TimerCreate()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 03:28:32 +0000 (20:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 03:36:00 +0000 (20:36 -0700)
commit93dee8eea02aefebe2d21128b5f742afe6671f23
treeb58337046c9057a7cace9e75bf0643691b09d3a8
parent4183e9794c751c5139e4599a0c512c7804575a82
staging: wilc1000: remove WILC_TimerCreate()

It was just a wrapper around setup_timer() and could never fail, so just
call the real function, and fix up the function arguments of the
callbacks to be proper timer callback functions.

Cc: Johnny Kim <johnny.kim@atmel.com>
Cc: Rachel Kim <rachel.kim@atmel.com>
Cc: Dean Lee <dean.lee@atmel.com>
Cc: Chris Park <chris.park@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/wilc_timer.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c