summaryrefslogtreecommitdiff
path: root/halimpl/bcm2079x/gki/ulinux/gki_ulinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'halimpl/bcm2079x/gki/ulinux/gki_ulinux.c')
-rw-r--r--halimpl/bcm2079x/gki/ulinux/gki_ulinux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/halimpl/bcm2079x/gki/ulinux/gki_ulinux.c b/halimpl/bcm2079x/gki/ulinux/gki_ulinux.c
index df58e27..aac5944 100644
--- a/halimpl/bcm2079x/gki/ulinux/gki_ulinux.c
+++ b/halimpl/bcm2079x/gki/ulinux/gki_ulinux.c
@@ -46,9 +46,7 @@
/* Define the structure that holds the GKI variables
*/
-#if GKI_DYNAMIC_MEMORY == FALSE
tGKI_CB gki_cb;
-#endif
#define NANOSEC_PER_MILLISEC (1000000)
#define NSEC_PER_SEC (1000*NANOSEC_PER_MILLISEC)
@@ -1121,7 +1119,7 @@ void GKI_register_mempool (void *p_mem)
** Returns the address of the memory allocated, or NULL if failed
**
** NOTE This function is called by the Widcomm stack when
-** dynamic memory allocation is used. (see dyn_mem.h)
+** dynamic memory allocation is used.
**
*******************************************************************************/
void *GKI_os_malloc (UINT32 size)