commit | f7fee91ac61e36759f9092fbf87daea3cd6014a1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat May 23 15:11:30 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 18 19:34:40 2020 +0200 |
tree | 1a65c7a864aa6fa18208ef1cecfd87a477d33ff8 | |
parent | 2110c65604e15f0bf8e69aa5ce1e5a053ff466cc [diff] |
net: eepro100: Use PCI_DEVICE() to define PCI device compat list Use this macro to fully fill the PCI device ID table. This is mandatory for the DM PCI support, which checks all the fields. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>