]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: pci.h / linux_pci.c rename pci_driver field
authorBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 25 Oct 2021 17:15:01 +0000 (17:15 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Mon, 25 Oct 2021 20:19:24 +0000 (20:19 +0000)
commitcf899348420ce8839e32ddc30247b5d1c2b384f4
tree8304470f2bc55f4bae4118b0ea7fcdeeafc1841f
parented5600f5329fad8b167bed0a5ae8a5f60d12258e
LinuxKPI: pci.h / linux_pci.c rename pci_driver field

Rename the struct pci_driver {} field got the list_head from links
to node as a driver is actually initialsing this to {} which seems
questionable but it will at least make us match the Linux structure
field name.

MFC after: 3 days
Reviewed by: manu, hselasky
Differential Revision: https://reviews.freebsd.org/D32645
sys/compat/linuxkpi/common/include/linux/pci.h
sys/compat/linuxkpi/common/src/linux_pci.c