staging/rtl8712: remove event_tasklet
authorDavidlohr Bueso <dave@stgolabs.net>
Mon, 11 Apr 2022 15:16:19 +0000 (08:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Apr 2022 13:53:50 +0000 (15:53 +0200)
This is unused.

Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Link: https://lore.kernel.org/r/20220411151620.129178-6-dave@stgolabs.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_cmd.h

index c7b43a8cd53f5658c97070ec9bb7b33980c0eb14..8453d8de82484197464c33e803c9263b1cd20c42 100644 (file)
@@ -66,7 +66,6 @@ struct        evt_priv {
        u8      *evt_buf;       /*shall be non-paged, and 4 bytes aligned*/
        u8      *evt_allocated_buf;
        u32     evt_done_cnt;
-       struct tasklet_struct event_tasklet;
 };
 
 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \