net: wireless: rockchip_wlan: bcmdhd: Fix compilation errors on clang-r487747c.

Signed-off-by: Bian Jin chen <kenjc.bian@rock-chips.com>
Change-Id: Iab5692494dd926d3b186d5d0b75a74b1624bd874
This commit is contained in:
Bian Jin chen
2023-06-16 07:27:01 +00:00
committed by Tao Huang
parent a25a517ce4
commit 188560e5f3
2 changed files with 2 additions and 2 deletions

View File

@@ -1067,7 +1067,7 @@ static int dhd_wifi_platform_load_usb(void)
}
#endif /* BCMDBUS */
static int dhd_wifi_platform_load()
static int dhd_wifi_platform_load(void)
{
int err = 0;
printf("%s: Enter\n", __FUNCTION__);

View File

@@ -406,7 +406,7 @@ void* wl_cfg80211_btcoex_init(struct net_device *ndev)
return btco_inf;
}
void wl_cfg80211_btcoex_deinit()
void wl_cfg80211_btcoex_deinit(void)
{
if (!btcoex_info_loc)
return;