mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
'pdf_dma_map' has been unused since the original
commit a24532f8d1
("mailbox: Add Broadcom PDC mailbox driver").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
This commit is contained in:
parent
b5ef17917f
commit
63c31d4a91
@ -158,10 +158,6 @@ enum pdc_hw {
|
||||
PDC_HW /* PDC/MDE hardware (i.e. Northstar 2, Pegasus) */
|
||||
};
|
||||
|
||||
struct pdc_dma_map {
|
||||
void *ctx; /* opaque context associated with frame */
|
||||
};
|
||||
|
||||
/* dma descriptor */
|
||||
struct dma64dd {
|
||||
u32 ctrl1; /* misc control bits */
|
||||
|
Loading…
Reference in New Issue
Block a user