Re: [PATCH] net: ethoc: Remove unused members from struct ethoc

2017-01-05 Thread David Miller
From: Tobias Klauser Date: Thu, 5 Jan 2017 09:16:27 +0100 > The io_region_size and dma_alloc members of struct ethoc are only > written but never read, so they might as well be removed. > > Signed-off-by: Tobias Klauser Applied.

[PATCH] net: ethoc: Remove unused members from struct ethoc

2017-01-05 Thread Tobias Klauser
The io_region_size and dma_alloc members of struct ethoc are only written but never read, so they might as well be removed. Signed-off-by: Tobias Klauser --- drivers/net/ethernet/ethoc.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/net/ethernet/ethoc.c