]> git.baikalelectronics.ru Git - uboot.git/commit
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 17 May 2020 16:24:13 +0000 (18:24 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 29 Jun 2020 20:36:35 +0000 (22:36 +0200)
commitcec3c5b1fc3e1f68a25013af377c02da436a6050
tree2f95c2aaa32085de1e023c0610f7c665ed2f3c81
parenteb2783ed5f9f4adfdd5874acc13b8daecd143e53
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