Re: [PATCH net-next] net: macb: move pdata to private header

2020-09-30 Thread David Miller
From: Alexandre Belloni Date: Wed, 30 Sep 2020 12:50:59 +0200 > struct macb_platform_data is only used by macb_pci to register the platform > device, move its definition to cadence/macb.h and remove platform_data/macb.h > > Signed-off-by: Alexandre Belloni Applied, thank you.

[PATCH net-next] net: macb: move pdata to private header

2020-09-30 Thread Alexandre Belloni
struct macb_platform_data is only used by macb_pci to register the platform device, move its definition to cadence/macb.h and remove platform_data/macb.h Signed-off-by: Alexandre Belloni --- drivers/net/ethernet/cadence/macb.h | 11 +++ drivers/net/ethernet/cadence/macb_main.c | 1