Commit 1bff1fe8 authored by Chandra S Gorentla's avatar Chandra S Gorentla Committed by Greg Kroah-Hartman

staging: wilc1000: Remove unused extern declarations

'extern' declarations which are not referenced within the file are
removed.
Signed-off-by: default avatarChandra S Gorentla <csgorentla@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a2b4041a
...@@ -9,7 +9,6 @@ extern u8 connecting; ...@@ -9,7 +9,6 @@ extern u8 connecting;
extern WILC_TimerHandle hDuringIpTimer; extern WILC_TimerHandle hDuringIpTimer;
#endif #endif
extern bool bEnablePS;
/*BugID_5137*/ /*BugID_5137*/
extern u8 g_wilc_initialized; extern u8 g_wilc_initialized;
/*****************************************************************************/ /*****************************************************************************/
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
struct sdio_func *local_sdio_func; struct sdio_func *local_sdio_func;
extern linux_wlan_t *g_linux_wlan; extern linux_wlan_t *g_linux_wlan;
extern int wilc_netdev_init(void); extern int wilc_netdev_init(void);
extern int sdio_clear_int(void);
extern void wilc_handle_isr(void); extern void wilc_handle_isr(void);
static unsigned int sdio_default_speed; static unsigned int sdio_default_speed;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#define IS_MGMT_STATUS_SUCCES 0x040 #define IS_MGMT_STATUS_SUCCES 0x040
#define GET_PKT_OFFSET(a) (((a) >> 22) & 0x1ff) #define GET_PKT_OFFSET(a) (((a) >> 22) & 0x1ff)
extern void linux_wlan_free(void *vp);
extern int linux_wlan_get_firmware(perInterface_wlan_t *p_nic); extern int linux_wlan_get_firmware(perInterface_wlan_t *p_nic);
extern void linux_wlan_unlock(void *vp); extern void linux_wlan_unlock(void *vp);
extern u16 Set_machw_change_vir_if(bool bValue); extern u16 Set_machw_change_vir_if(bool bValue);
...@@ -1620,7 +1619,6 @@ static int WILC_WFI_dump_survey(struct wiphy *wiphy, struct net_device *netdev, ...@@ -1620,7 +1619,6 @@ static int WILC_WFI_dump_survey(struct wiphy *wiphy, struct net_device *netdev,
* @version 1.0 * @version 1.0
*/ */
extern uint32_t Statisitcs_totalAcks, Statisitcs_DroppedAcks;
static int WILC_WFI_get_station(struct wiphy *wiphy, struct net_device *dev, static int WILC_WFI_get_station(struct wiphy *wiphy, struct net_device *dev,
const u8 *mac, struct station_info *sinfo) const u8 *mac, struct station_info *sinfo)
{ {
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
* Global * Global
* *
********************************************/ ********************************************/
extern unsigned int int_clrd;
extern wilc_hif_func_t hif_sdio; extern wilc_hif_func_t hif_sdio;
extern wilc_hif_func_t hif_spi; extern wilc_hif_func_t hif_spi;
extern wilc_cfg_func_t mac_cfg; extern wilc_cfg_func_t mac_cfg;
...@@ -24,8 +23,6 @@ extern wilc_cfg_func_t mac_cfg; ...@@ -24,8 +23,6 @@ extern wilc_cfg_func_t mac_cfg;
extern u8 g_wilc_initialized; /* AMR : 0422 RK3026 Crash issue */ extern u8 g_wilc_initialized; /* AMR : 0422 RK3026 Crash issue */
#endif #endif
extern void WILC_WFI_mgmt_rx(uint8_t *buff, uint32_t size); extern void WILC_WFI_mgmt_rx(uint8_t *buff, uint32_t size);
extern void frmw_to_linux(uint8_t *buff, uint32_t size);
int sdio_xfer_cnt(void);
uint32_t wilc_get_chipid(uint8_t update); uint32_t wilc_get_chipid(uint8_t update);
u16 Set_machw_change_vir_if(bool bValue); u16 Set_machw_change_vir_if(bool bValue);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment