mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 06:33:00 +00:00
arch:xtensa_testset: remove include arch/spinlock.h
In config with no "CONFIG_SPINLOCK", include arch/spinlock.h will lead to build error as multi definition with spinlock_t. Nuttx/spinlock.h will include arch/spinlock.h when needed. Change-Id: I33b48503f679ec79af3a0ef1f0fb1536aaf1ce7c
This commit is contained in:
parent
acf8d58472
commit
2152ec3fbb
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@
|
|||
#include <nuttx/config.h>
|
||||
|
||||
#include <nuttx/spinlock.h>
|
||||
#include <arch/spinlock.h>
|
||||
|
||||
#include "xtensa.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue