Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging:r8188eu: remove unused function declerations

rtl8188eu_recv_hdl and rtl8188e_query_rx_phy_status doesn't used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
175fa9a7 5cd38797

-2
-2
drivers/staging/rtl8188eu/include/rtl8188e_recv.h
··· 51 51 }; 52 52 53 53 #define INTERRUPT_MSG_FORMAT_LEN 60 54 - void rtl8188eu_recv_hdl(struct adapter *padapter, struct recv_buf *precvbuf); 55 54 void rtl8188eu_recv_tasklet(void *priv); 56 - void rtl8188e_query_rx_phy_status(struct recv_frame *fr, struct phy_stat *phy); 57 55 void rtl8188e_process_phy_info(struct adapter *padapter, 58 56 struct recv_frame *prframe); 59 57 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy);