Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5366012d authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

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: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5af6b85b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
#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;