summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/bridgedma.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/inc/bridgedma.h')
-rw-r--r--cesar/hal/phy/inc/bridgedma.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/cesar/hal/phy/inc/bridgedma.h b/cesar/hal/phy/inc/bridgedma.h
index a32b0696c0..6dfdf7b42e 100644
--- a/cesar/hal/phy/inc/bridgedma.h
+++ b/cesar/hal/phy/inc/bridgedma.h
@@ -33,15 +33,6 @@ struct phy_bridgedma_ctrl_t
};
typedef struct phy_bridgedma_ctrl_t phy_bridgedma_ctrl_t;
-struct phy_bridgedma_pending_list_t
-{
- /** The head of the chain. */
- phy_bridgedma_job_t *head;
- /** The tail of the chain. */
- phy_bridgedma_job_t *tail;
-};
-typedef struct phy_bridgedma_pending_list_t phy_bridgedma_pending_list_t;
-
/** Bridge DMA context. */
struct phy_bridgedma_t
{
@@ -51,7 +42,7 @@ struct phy_bridgedma_t
phy_bridgedma_it_mgr_t it_mgr;
/** Pending new list.
* Workaround maria:#971. */
- phy_bridgedma_pending_list_t jobs_pending;
+ phy_bridgedma_list_t jobs_pending;
};
#endif /* hal_phy_inc_bridgedma_h */