On Wed, 11 Oct 2023 at 03:59, Bin Meng <[email protected]> wrote: > > e1000_eth_ids holds compatible strings for e1000 devices, but it > is meaningless as e1000 is a PCI device and there is no such > compatible string assigned to e1000 by the DT bindings community. > > Drop it. > > Signed-off-by: Bin Meng <[email protected]> > --- > > drivers/net/e1000.c | 6 ------ > 1 file changed, 6 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

