Skip to content

Commit 63c31d4

Browse files
Dr. David Alan GilbertJassi Brar
authored andcommitted
mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
'pdf_dma_map' has been unused since the original commit a24532f ("mailbox: Add Broadcom PDC mailbox driver"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent b5ef179 commit 63c31d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/mailbox/bcm-pdc-mailbox.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ enum pdc_hw {
158158
PDC_HW /* PDC/MDE hardware (i.e. Northstar 2, Pegasus) */
159159
};
160160

161-
struct pdc_dma_map {
162-
void *ctx; /* opaque context associated with frame */
163-
};
164-
165161
/* dma descriptor */
166162
struct dma64dd {
167163
u32 ctrl1; /* misc control bits */

0 commit comments

Comments
 (0)