From: Phillip Potter Date: Mon, 6 Sep 2021 01:01:02 +0000 (+0100) Subject: staging: r8188eu: remove hal_xmitframe_enqueue from struct hal_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54ff2ed45cd8fa7ab4292c9770c1e2371ec26bba;p=linux.git staging: r8188eu: remove hal_xmitframe_enqueue from struct hal_ops Remove hal_xmitframe_enqueue function pointer from struct hal_ops, as it is unused. Signed-off-by: Phillip Potter Link: https://lore.kernel.org/r/20210906010106.898-11-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h index 6e5ee5a7a2508..238b571b28dff 100644 --- a/drivers/staging/r8188eu/include/hal_intf.h +++ b/drivers/staging/r8188eu/include/hal_intf.h @@ -192,8 +192,6 @@ struct hal_ops { struct xmit_frame *pxmitframe); s32 (*mgnt_xmit)(struct adapter *padapter, struct xmit_frame *pmgntframe); - s32 (*hal_xmitframe_enqueue)(struct adapter *padapter, - struct xmit_frame *pxmitframe); u32 (*read_bbreg)(struct adapter *padapter, u32 RegAddr, u32 BitMask);