forked from Imagelibrary/rtems
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 <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/utility.h>
|
|
||||||
#include <rtems/score/aarch64-system-registers.h>
|
#include <rtems/score/aarch64-system-registers.h>
|
||||||
|
|
||||||
#define CPU_DATA_CACHE_ALIGNMENT 64
|
#define CPU_DATA_CACHE_ALIGNMENT 64
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#include <dev/i2c/cadence-i2c.h>
|
#include <dev/i2c/cadence-i2c.h>
|
||||||
#include <dev/i2c/cadence-i2c-regs.h>
|
#include <dev/i2c/cadence-i2c-regs.h>
|
||||||
|
|
||||||
#include <rtems/irq-extension.h>
|
|
||||||
#include <rtems/score/assert.h>
|
#include <rtems/score/assert.h>
|
||||||
|
|
||||||
#include <dev/i2c/i2c.h>
|
#include <dev/i2c/i2c.h>
|
||||||
|
|||||||
@@ -35,9 +35,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp/irq-generic.h>
|
#include <bsp/irq-generic.h>
|
||||||
#include <bsp/fatal.h>
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include <rtems/malloc.h>
|
#include <rtems/malloc.h>
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/bootcard.h>
|
|
||||||
|
|
||||||
#if defined(HAS_UBOOT) && !defined(BSP_DISABLE_UBOOT_WORK_AREA_CONFIG)
|
#if defined(HAS_UBOOT) && !defined(BSP_DISABLE_UBOOT_WORK_AREA_CONFIG)
|
||||||
#define USE_UBOOT
|
#define USE_UBOOT
|
||||||
|
|||||||
Reference in New Issue
Block a user