summaryrefslogtreecommitdiff
path: root/drivers/mailbox
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-05-23 23:37:41 +0300
committerJassi Brar <jassisinghbrar@gmail.com>2024-07-10 21:24:55 +0300
commit63c31d4a9169fd4eebf08c259ba8688d15668ae5 (patch)
treed0c2b1dc3b2428d10e5b6e035734029804f56d32 /drivers/mailbox
parentb5ef17917f3a797a7b12d1edd51f676554e44a07 (diff)
downloadlinux-63c31d4a9169fd4eebf08c259ba8688d15668ae5.tar.xz
mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'
'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>
Diffstat (limited to 'drivers/mailbox')
-rw-r--r--drivers/mailbox/bcm-pdc-mailbox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mailbox/bcm-pdc-mailbox.c b/drivers/mailbox/bcm-pdc-mailbox.c
index 242e7504a628..a873672a9082 100644
--- a/drivers/mailbox/bcm-pdc-mailbox.c
+++ b/drivers/mailbox/bcm-pdc-mailbox.c
@@ -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 */