net: eepro100: Use PCI_DEVICE() to define PCI device compat list
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 13:11:30 +0000 (15:11 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit3a15684dc6ecc9dcc74e3a9357d8e91ebd50aed7
tree1a65c7a864aa6fa18208ef1cecfd87a477d33ff8
parent047a800dd6370c5f004b47751f72bb9d4a5d2af5
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>
drivers/net/eepro100.c