Staging: w35und: make functions local to wb35rx.c static
[firefly-linux-kernel-4.4.55.git] / drivers / staging / winbond / wb35rx_f.h
index 5585b55cb89f174c8390dffe7fcd57609137d97f..d993041e0cddf5d45859701fc97c1766ec931346 100644 (file)
@@ -7,15 +7,9 @@
 //====================================
 // Interface function declare
 //====================================
-void           Wb35Rx_reset_descriptor(  phw_data_t pHwData );
 unsigned char          Wb35Rx_initial(  phw_data_t pHwData );
 void           Wb35Rx_destroy(  phw_data_t pHwData );
 void           Wb35Rx_stop(  phw_data_t pHwData );
-u16            Wb35Rx_indicate(struct ieee80211_hw *hw);
-void           Wb35Rx_adjust(  PDESCRIPTOR pRxDes );
 void           Wb35Rx_start(struct ieee80211_hw *hw);
 
-void           Wb35Rx(struct ieee80211_hw *hw);
-void           Wb35Rx_Complete(struct urb *urb);
-
 #endif