diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index de9df80ffb50..467ac70a46ff 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
@@ -64,19 +64,6 @@ struct slot { | |||
64 | struct acpiphp_slot *acpi_slot; | 64 | struct acpiphp_slot *acpi_slot; |
65 | }; | 65 | }; |
66 | 66 | ||
67 | /** | ||
68 | * struct hpp_param - ACPI 2.0 _HPP Hot Plug Parameters | ||
69 | * @cache_line_size in DWORD | ||
70 | * @latency_timer in PCI clock | ||
71 | * @enable_SERR 0 or 1 | ||
72 | * @enable_PERR 0 or 1 | ||
73 | */ | ||
74 | struct hpp_param { | ||
75 | u8 cache_line_size; | ||
76 | u8 latency_timer; | ||
77 | u8 enable_SERR; | ||
78 | u8 enable_PERR; | ||
79 | }; | ||
80 | 67 | ||
81 | 68 | ||
82 | /** | 69 | /** |
@@ -100,7 +87,7 @@ struct acpiphp_bridge { | |||
100 | struct pci_dev *pci_dev; | 87 | struct pci_dev *pci_dev; |
101 | 88 | ||
102 | /* ACPI 2.0 _HPP parameters */ | 89 | /* ACPI 2.0 _HPP parameters */ |
103 | struct hpp_param hpp; | 90 | struct hotplug_params hpp; |
104 | 91 | ||
105 | spinlock_t res_lock; | 92 | spinlock_t res_lock; |
106 | }; | 93 | }; |