mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 17:46:35 +08:00
Conditionally include <bsp/linker-symbols.h>
Remove superfluous <bsp.h> include.
This commit is contained in:
@@ -48,8 +48,6 @@
|
|||||||
#include <machine/rtems-bsd-kernel-space.h>
|
#include <machine/rtems-bsd-kernel-space.h>
|
||||||
#include <machine/rtems-bsd-cache.h>
|
#include <machine/rtems-bsd-cache.h>
|
||||||
#include <machine/rtems-bsd-bus-dma.h>
|
#include <machine/rtems-bsd-bus-dma.h>
|
||||||
#include <bsp.h>
|
|
||||||
#include <bsp/linker-symbols.h>
|
|
||||||
|
|
||||||
#include <rtems/malloc.h>
|
#include <rtems/malloc.h>
|
||||||
|
|
||||||
@@ -61,6 +59,10 @@
|
|||||||
#define CLMASK (CLSZ - (uintptr_t) 1)
|
#define CLMASK (CLSZ - (uintptr_t) 1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __arm__
|
||||||
|
#include <bsp/linker-symbols.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convenience function for manipulating driver locks from busdma (during
|
* Convenience function for manipulating driver locks from busdma (during
|
||||||
* busdma_swi, for example). Drivers that don't provide their own locks
|
* busdma_swi, for example). Drivers that don't provide their own locks
|
||||||
|
Reference in New Issue
Block a user