support different wifi bt chip auto compatible
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8723bu / os_dep / linux / usb_intf.c
index b5dbac4d44062d9dafca1969062198323ab16233..790f9799c36552c1bc05f9c1bd4a5127aff00252 100755 (executable)
@@ -1782,8 +1782,8 @@ void rockchip_wifi_exit_module_rtkwifi(void)
     rockchip_wifi_power(0);
 }
 
-EXPORT_SYMBOL(rockchip_wifi_init_module_rtkwifi);
-EXPORT_SYMBOL(rockchip_wifi_exit_module_rtkwifi);
+module_init(rockchip_wifi_init_module_rtkwifi);
+module_exit(rockchip_wifi_exit_module_rtkwifi);
 
 //module_init(rtw_drv_entry);
 //module_exit(rtw_drv_halt);