Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff2de51b authored by Andrew Rybchenko's avatar Andrew Rybchenko Committed by Ben Hutchings
Browse files

sfc: remove unused 'refcnt' from efx_rx_page_state

parent fbd79120
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -288,12 +288,9 @@ struct efx_rx_buffer {
 * Used to facilitate sharing dma mappings between recycled rx buffers
 * and those passed up to the kernel.
 *
 * @refcnt: Number of struct efx_rx_buffer's referencing this page.
 *	When refcnt falls to zero, the page is unmapped for dma
 * @dma_addr: The dma address of this page.
 */
struct efx_rx_page_state {
	unsigned refcnt;
	dma_addr_t dma_addr;

	unsigned int __pad[0] ____cacheline_aligned;