summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaehyun Lim2015-09-17 09:48:49 +0200
committerGreg Kroah-Hartman2015-09-19 04:46:42 +0200
commit5366012de97bc1f6b53c79bd5f664b7a0ced769b (patch)
treece08e7e94103a8462f0ad01b9b2680d9fb10fd22
parentstaging: wilc1000: remove useless comment (diff)
downloadkernel-qcow2-linux-5366012de97bc1f6b53c79bd5f664b7a0ced769b.tar.gz
kernel-qcow2-linux-5366012de97bc1f6b53c79bd5f664b7a0ced769b.tar.xz
kernel-qcow2-linux-5366012de97bc1f6b53c79bd5f664b7a0ced769b.zip
staging: wilc1000: remove declaration of wilc_get_chipid
This patch removes the declaration of wilc_get_chipid function. It is included wilc_wlan_if.h that has declaration of wilc_get_chipid. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wilc1000/host_interface.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index c63c5ee3f7d1..703712e86b7e 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -1,5 +1,6 @@
#include "host_interface.h"
#include "coreconfigurator.h"
+#include "wilc_wlan_if.h"
extern u8 connecting;
@@ -7211,8 +7212,6 @@ s32 host_int_edit_station(tstrWILC_WFIDrv *hWFIDrv, tstrWILC_AddStaParam *pstrSt
return s32Error;
}
-u32 wilc_get_chipid(u8);
-
s32 host_int_set_power_mgmt(tstrWILC_WFIDrv *hWFIDrv, bool bIsEnabled, u32 u32Timeout)
{
s32 s32Error = 0;