All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] mailbox: bcm-pdc: Remove unused struct member "size"
@ 2020-02-28  9:00 Rayagonda Kokatanur
  0 siblings, 0 replies; only message in thread
From: Rayagonda Kokatanur @ 2020-02-28  9:00 UTC (permalink / raw)
  To: Jassi Brar, linux-kernel, bcm-kernel-feedback-list; +Cc: Rayagonda Kokatanur

Remove unused struct member 'size' in pdc_ring_init() function.

Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
---
 drivers/mailbox/bcm-pdc-mailbox.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mailbox/bcm-pdc-mailbox.c b/drivers/mailbox/bcm-pdc-mailbox.c
index fcb3b18a0678..3eac338c8f7d 100644
--- a/drivers/mailbox/bcm-pdc-mailbox.c
+++ b/drivers/mailbox/bcm-pdc-mailbox.c
@@ -253,7 +253,6 @@ struct pdc_regs {
 struct pdc_ring_alloc {
 	dma_addr_t  dmabase; /* DMA address of start of ring */
 	void	   *vbase;   /* base kernel virtual address of ring */
-	u32	    size;    /* ring allocation size in bytes */
 };
 
 /*
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-28  9:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28  9:00 [PATCH v1 1/1] mailbox: bcm-pdc: Remove unused struct member "size" Rayagonda Kokatanur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.