include/nuttx/mm: remove FAR from non-pointer types
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
9b72ad4f7d
commit
ab196aebe4
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user