Re: [PATCH] net: au1000_eth: get rid of unnecessary header.

2017-02-14 Thread David Miller
From: Manuel Lauss Date: Tue, 14 Feb 2017 13:11:07 +0100 > au1000_eth.h isn't used anywhere else, merge its contents into > main driver file. > > Signed-off-by: Manuel Lauss It is completely natural and normal to split the datastructure and defines into a header file, used by only one file, th

[PATCH] net: au1000_eth: get rid of unnecessary header.

2017-02-14 Thread Manuel Lauss
au1000_eth.h isn't used anywhere else, merge its contents into main driver file. Signed-off-by: Manuel Lauss --- drivers/net/ethernet/amd/au1000_eth.c | 113 +++-- drivers/net/ethernet/amd/au1000_eth.h | 132 -- 2 files changed, 108 inserti