Add PCI LKM support:
The new function pci_register_lkm (struct pci_device *dvp) appends the driver to the list of known PCI drivers, and initiates a PCI bus rescan.
This commit is contained in:
parent
b755685be8
commit
99867152a5
@ -95,4 +95,6 @@ struct pcibus {
|
||||
|
||||
extern struct linker_set pcibus_set;
|
||||
|
||||
int pci_register_lkm (struct pci_device *dvp);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user