Commit 77c19f3a authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove useless extern declarations



This patch removes useless extern declarations. This function is not
existed in the driver.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 766cecaf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
#include "host_interface.h"
#include "coreconfigurator.h"

extern s32 TransportInit(void);
extern s32 TransportDeInit(void);
extern u8 connecting;

#ifdef DISABLE_PWRSAVE_AND_SCAN_DURING_IP