diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 4a5a84d7bdd4..dd436da7eccc 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -344,6 +344,7 @@ struct pci_dev { | |||
344 | D3cold, not set for devices | 344 | D3cold, not set for devices |
345 | powered on/off by the | 345 | powered on/off by the |
346 | corresponding bridge */ | 346 | corresponding bridge */ |
347 | unsigned int skip_bus_pm:1; /* Internal: Skip bus-level PM */ | ||
347 | unsigned int ignore_hotplug:1; /* Ignore hotplug events */ | 348 | unsigned int ignore_hotplug:1; /* Ignore hotplug events */ |
348 | unsigned int hotplug_user_indicators:1; /* SlotCtl indicators | 349 | unsigned int hotplug_user_indicators:1; /* SlotCtl indicators |
349 | controlled exclusively by | 350 | controlled exclusively by |