]> git.karo-electronics.de Git - karo-tx-linux.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)
commitaa884a26a135f0870ca1f52f276deeb58da79fee
tree38bedbab39b7188ffdcb6c760dd26a65f0427523
parent76eb75be79b52a3c6ae1fd840083fa1a04458c1c
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