Commit 63c31d4a authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Jassi Brar

mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'

'pdf_dma_map' has been unused since the original
commit a24532f8 ("mailbox: Add Broadcom PDC mailbox driver").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarJassi Brar <jassisinghbrar@gmail.com>
parent b5ef1791
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment