[PATCH] PCI Hotplug: rpaphp: Move VIO registration
[safe/jmp/linux-2.6] / drivers / pci / pci-driver.c
index aac6de9..e4115a0 100644 (file)
  * 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
  *