forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_plat.h
old mode 100644new mode 100755
....@@ -38,7 +38,7 @@
3838 #ifdef DHD_COREDUMP
3939 int (*set_coredump)(const char *buf, int buf_len, const char *info);
4040 #endif /* DHD_COREDUMP */
41
-#if defined(BCMDHD_MDRIVER) && !defined(DHD_STATIC_IN_DRIVER)
41
+#ifdef BCMDHD_MDRIVER
4242 void *(*mem_prealloc)(uint bus_type, int index, int section, unsigned long size);
4343 #else
4444 void *(*mem_prealloc)(int section, unsigned long size);