OSDN Git Service

staging: r8188eu: remove interrupt_handler from struct hal_ops
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 6 Sep 2021 01:01:00 +0000 (02:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:48 +0000 (08:49 +0200)
Remove interrupt_handler function pointer from struct hal_ops, as it
is unused.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210906010106.898-9-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/hal_intf.h

index b2fda23..dc9f052 100644 (file)
@@ -149,8 +149,6 @@ struct hal_ops {
        void    (*dm_init)(struct adapter *padapter);
        void    (*dm_deinit)(struct adapter *padapter);
 
-       s32     (*interrupt_handler)(struct adapter *padapter);
-
        void    (*set_bwmode_handler)(struct adapter *padapter,
                                      enum ht_channel_width Bandwidth,
                                      u8 Offset);