arch/arm/src/armv7-a/arm_addrenv_utils.c: Fix a new cache interface related warning.

This commit is contained in:
Gregory Nutt 2019-03-20 17:20:56 -06:00
parent daa6461ce2
commit c34ea0d3bc
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
#include <nuttx/pgalloc.h>
#include <nuttx/irq.h>
#include <nuttx/cache.h>
#include "mmu.h"
#include "pgalloc.h"

View File

@ -73,7 +73,7 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
/* Pre-requisites */