commit | 656807e49db0545b4fe3619e7c09fd5b93e968f0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Wed Oct 11 18:58:25 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 05 16:11:38 2023 -0500 |
tree | 845a716941011f9c8b743df0592f5b8f2a55eaa4 | |
parent | dcdc9fa291901507992f8e1da8a942e58f2a7e00 [diff] |
net: e1000: Drop e1000_eth_ids[] 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 <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>