mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 23 May 2024 20:37:41 +0000 (21:37 +0100)
committerJassi Brar <jassisinghbrar@gmail.com>
Wed, 10 Jul 2024 18:24:55 +0000 (13:24 -0500)
'pdf_dma_map' has been unused since the original
commit a24532f8d17b ("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>
drivers/mailbox/bcm-pdc-mailbox.c

index 242e7504a628c0f811f6243f5cf1215eca40d883..a873672a9082d29ce6d6c4e34e2695f279d24f29 100644 (file)
@@ -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 */