Loading drivers/pci/pci-driver.c +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ * Dynamic device IDs are disabled for !CONFIG_HOTPLUG */ #ifdef CONFIG_HOTPLUG struct pci_dynid { struct list_head node; struct pci_device_id id; }; #ifdef CONFIG_HOTPLUG /** * store_new_id * Loading Loading
drivers/pci/pci-driver.c +2 −2 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ * Dynamic device IDs are disabled for !CONFIG_HOTPLUG */ #ifdef CONFIG_HOTPLUG struct pci_dynid { struct list_head node; struct pci_device_id id; }; #ifdef CONFIG_HOTPLUG /** * store_new_id * Loading