From: Ajay Singh Date: Tue, 4 Sep 2018 06:39:42 +0000 (+0530) Subject: staging: wilc1000: remove handle_hif_exit_work() function X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7aaaabd50d785e30b290054b3a1b115393927da3;p=linux.git staging: wilc1000: remove handle_hif_exit_work() function Cleanup to remove handle_hif_exit_work(), as after code refactoring its not required anymore. Signed-off-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 85113fb09b072..5388be9062618 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -2593,14 +2593,6 @@ static void handle_remain_on_chan_work(struct work_struct *work) kfree(msg); } -static void handle_hif_exit_work(struct work_struct *work) -{ - struct host_if_msg *msg = container_of(work, struct host_if_msg, work); - - /* free 'msg' data in caller */ - complete(&msg->work_comp); -} - static void handle_scan_complete(struct work_struct *work) { struct host_if_msg *msg = container_of(work, struct host_if_msg, work);