net: pcnet: Use PCI_DEVICE() to define PCI device compat list
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 17 May 2020 15:33:17 +0000 (17:33 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commite4797c31612d9c31b7b65fce8c3081ae2d150d00
tree2f31946d6cac0288bd584a3c294104346670ea6e
parent1524e409ef130e20e6554446d08be967422d27f7
net: pcnet: 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>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pcnet.c