mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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__);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user