diff --git a/include/nuttx/mm/mempool.h b/include/nuttx/mm/mempool.h index fee3447a83..2f4648035f 100644 --- a/include/nuttx/mm/mempool.h +++ b/include/nuttx/mm/mempool.h @@ -119,7 +119,7 @@ struct mempool_s #if CONFIG_MM_BACKTRACE >= 0 struct mempool_backtrace_s { - FAR struct list_node node; + struct list_node node; pid_t pid; # if CONFIG_MM_BACKTRACE > 0 FAR void *backtrace[CONFIG_MM_BACKTRACE];