forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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);