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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 */