staging: r8188eu: remove free_xmit_priv field from struct hal_ops
authorPhillip Potter <phil@philpotter.co.uk>
Wed, 18 Aug 2021 23:42:53 +0000 (00:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Aug 2021 05:42:07 +0000 (07:42 +0200)
Remove free_xmit_priv function pointer field from struct hal_ops definition
in include/hal_intf.h, as it is now no longer used anywhere in the driver.

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

index 8a2420095b84d207be29784dcd4620403a11787e..fa252540e5960c1ab46e15311752e17f7194bd9e 100644 (file)
@@ -139,7 +139,6 @@ struct hal_ops {
        u32     (*inirp_deinit)(struct adapter *padapter);
 
        s32     (*init_xmit_priv)(struct adapter *padapter);
-       void    (*free_xmit_priv)(struct adapter *padapter);
 
        s32     (*init_recv_priv)(struct adapter *padapter);
        void    (*free_recv_priv)(struct adapter *padapter);