]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethoc: Remove unused members from struct ethoc
authorTobias Klauser <tklauser@distanz.ch>
Thu, 5 Jan 2017 08:16:27 +0000 (09:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2017 16:26:59 +0000 (11:26 -0500)
commit262a685358365ef18f740523bb31ef1ff10a71e7
tree38bedbab39b7188ffdcb6c760dd26a65f0427523
parent842f6c08b24a9267db6eceba7420cca3b26f2e8e
net: ethoc: Remove unused members from struct ethoc

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 <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ethoc.c