mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 05:08:41 +08:00
arm/imxrt: Remove extra lock from imxrt_edma
An extra `lock` appears in imxrt_edma due to 2 conflicting PRs: - https://github.com/apache/nuttx/pull/15352 - https://github.com/apache/nuttx/pull/15353 This PR removes the extra `lock` in imxrt_edma.
This commit is contained in:
parent
60683d7495
commit
9b9869158a
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ struct imxrt_edma_s
|
|||
/* This array describes each DMA channel */
|
||||
|
||||
struct imxrt_dmach_s dmach[IMXRT_EDMA_NCHANNELS];
|
||||
spinlock_t lock; /* Spinlock */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in a new issue