diff options
author | Martin Kaiser <martin@kaiser.cx> | 2022-03-15 21:50:38 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-16 15:09:31 +0100 |
commit | e85176ffa54a02707036319e87d59d64fb332f82 (patch) | |
tree | 4265cc32eaceb138e67ed360083728fbe5d01166 /drivers/staging/r8188eu | |
parent | 432c80a379b31bdb31e6fabed5db37be4eccebd3 (diff) | |
download | linux-stable-e85176ffa54a02707036319e87d59d64fb332f82.tar.gz linux-stable-e85176ffa54a02707036319e87d59d64fb332f82.tar.bz2 linux-stable-e85176ffa54a02707036319e87d59d64fb332f82.zip |
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>
Diffstat (limited to 'drivers/staging/r8188eu')
-rw-r--r-- | drivers/staging/r8188eu/include/rtl8188e_recv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtl8188e_recv.h b/drivers/staging/r8188eu/include/rtl8188e_recv.h index 09adffd756de..8d06815d0374 100644 --- a/drivers/staging/r8188eu/include/rtl8188e_recv.h +++ b/drivers/staging/r8188eu/include/rtl8188e_recv.h @@ -35,7 +35,6 @@ enum rx_packet_type { s32 rtl8188eu_init_recv_priv(struct adapter *padapter); void rtl8188eu_free_recv_priv(struct adapter * padapter); -void rtl8188eu_recv_hdl(struct adapter * padapter, struct recv_buf *precvbuf); void rtl8188eu_recv_tasklet(unsigned long priv); void rtl8188e_process_phy_info(struct adapter * padapter, void *prframe); void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy); |