mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
bsps: Remove unused includes
This commit is contained in:
committed by
Joel Sherrill
parent
406ad8a5ae
commit
5b22003411
1
bsps/aarch64/shared/cache/cache.c
vendored
1
bsps/aarch64/shared/cache/cache.c
vendored
@@ -36,7 +36,6 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include <bsp/utility.h>
|
||||
#include <rtems/score/aarch64-system-registers.h>
|
||||
|
||||
#define CPU_DATA_CACHE_ALIGNMENT 64
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <dev/i2c/cadence-i2c.h>
|
||||
#include <dev/i2c/cadence-i2c-regs.h>
|
||||
|
||||
#include <rtems/irq-extension.h>
|
||||
#include <rtems/score/assert.h>
|
||||
|
||||
#include <dev/i2c/i2c.h>
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
*/
|
||||
|
||||
#include <bsp/irq-generic.h>
|
||||
#include <bsp/fatal.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems/malloc.h>
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
#if defined(HAS_UBOOT) && !defined(BSP_DISABLE_UBOOT_WORK_AREA_CONFIG)
|
||||
#define USE_UBOOT
|
||||
|
||||
Reference in New Issue
Block a user