mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
Remove duplicate pci_driver class declaration.
This commit is contained in:
parent
588327f919
commit
f515135ff9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276531
@ -72,7 +72,6 @@ static device_method_t xen_pci_methods[] = {
|
||||
|
||||
static devclass_t pci_devclass;
|
||||
|
||||
DECLARE_CLASS(pci_driver);
|
||||
DEFINE_CLASS_1(pci, xen_pci_driver, xen_pci_methods, sizeof(struct pci_softc),
|
||||
pci_driver);
|
||||
DRIVER_MODULE(xen_pci, pcib, xen_pci_driver, pci_devclass, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user