mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-26 14:53:17 +08:00
Conditionally include <bsp/linker-symbols.h>
Remove superfluous <bsp.h> include.
This commit is contained in:
parent
c4233ce8ac
commit
bd7e6eeb31
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user