Skip to content

Commit e85176f

Browse files
martin-kaisergregkh
authored andcommitted
staging: r8188eu: remove unused function prototype
Remove the prototype for rtl8188eu_recv_hdl. This function does not exist in the r8188eu driver. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220315205041.2714168-4-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 432c80a commit e85176f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/staging/r8188eu/include/rtl8188e_recv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ enum rx_packet_type {
3535

3636
s32 rtl8188eu_init_recv_priv(struct adapter *padapter);
3737
void rtl8188eu_free_recv_priv(struct adapter * padapter);
38-
void rtl8188eu_recv_hdl(struct adapter * padapter, struct recv_buf *precvbuf);
3938
void rtl8188eu_recv_tasklet(unsigned long priv);
4039
void rtl8188e_process_phy_info(struct adapter * padapter, void *prframe);
4140
void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy);

0 commit comments

Comments
 (0)