arch/arm: Fix more errors resulting from universal cache interfaces. The old cache-specific head file also provided a sneak way to include other necessary header files. With the old cache.h removed, those files all fail to build.

This commit is contained in:
Gregory Nutt 2019-03-19 14:13:45 -06:00
parent aed32d35fa
commit c8ffde6647
2 changed files with 2 additions and 4 deletions

View File

@ -45,6 +45,7 @@
#include <nuttx/config.h>
#include <stdbool.h>
#include "up_arch.h"
#include "barriers.h"
#include "chip/nrf52_ficr.h"

View File

@ -49,12 +49,9 @@
#include "up_arch.h"
#include "up_internal.h"
#include "nvic.h"
#include "barriers.h"
#ifdef CONFIG_ARCH_FPU
# include "nvic.h"
#endif
#include "stm32_rcc.h"
#include "stm32_userspace.h"
#include "stm32_lowputc.h"