diff options
Diffstat (limited to 'include/acpi')
| -rw-r--r-- | include/acpi/acconfig.h | 2 | ||||
| -rw-r--r-- | include/acpi/acpi_bus.h | 3 | ||||
| -rw-r--r-- | include/acpi/acpixf.h | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index d98c67001840..3ea214cff349 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h | |||
| @@ -83,7 +83,9 @@ | |||
| 83 | * Should the subsystem abort the loading of an ACPI table if the | 83 | * Should the subsystem abort the loading of an ACPI table if the |
| 84 | * table checksum is incorrect? | 84 | * table checksum is incorrect? |
| 85 | */ | 85 | */ |
| 86 | #ifndef ACPI_CHECKSUM_ABORT | ||
| 86 | #define ACPI_CHECKSUM_ABORT FALSE | 87 | #define ACPI_CHECKSUM_ABORT FALSE |
| 88 | #endif | ||
| 87 | 89 | ||
| 88 | /* | 90 | /* |
| 89 | * Generate a version of ACPICA that only supports "reduced hardware" | 91 | * Generate a version of ACPICA that only supports "reduced hardware" |
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 89c60b0f6408..c602c7718421 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
| @@ -100,6 +100,7 @@ enum acpi_hotplug_mode { | |||
| 100 | struct acpi_hotplug_profile { | 100 | struct acpi_hotplug_profile { |
| 101 | struct kobject kobj; | 101 | struct kobject kobj; |
| 102 | bool enabled:1; | 102 | bool enabled:1; |
| 103 | bool ignore:1; | ||
| 103 | enum acpi_hotplug_mode mode; | 104 | enum acpi_hotplug_mode mode; |
| 104 | }; | 105 | }; |
| 105 | 106 | ||
| @@ -431,9 +432,9 @@ static inline acpi_handle acpi_get_child(acpi_handle handle, u64 addr) | |||
| 431 | { | 432 | { |
| 432 | return acpi_find_child(handle, addr, false); | 433 | return acpi_find_child(handle, addr, false); |
| 433 | } | 434 | } |
| 435 | void acpi_preset_companion(struct device *dev, acpi_handle parent, u64 addr); | ||
| 434 | int acpi_is_root_bridge(acpi_handle); | 436 | int acpi_is_root_bridge(acpi_handle); |
| 435 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); | 437 | struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); |
| 436 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)ACPI_HANDLE(dev)) | ||
| 437 | 438 | ||
| 438 | int acpi_enable_wakeup_device_power(struct acpi_device *dev, int state); | 439 | int acpi_enable_wakeup_device_power(struct acpi_device *dev, int state); |
| 439 | int acpi_disable_wakeup_device_power(struct acpi_device *dev); | 440 | int acpi_disable_wakeup_device_power(struct acpi_device *dev); |
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index d8f9457755b4..4278aba96503 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | 46 | ||
| 47 | /* Current ACPICA subsystem version in YYYYMMDD format */ | 47 | /* Current ACPICA subsystem version in YYYYMMDD format */ |
| 48 | 48 | ||
| 49 | #define ACPI_CA_VERSION 0x20130927 | 49 | #define ACPI_CA_VERSION 0x20131115 |
| 50 | 50 | ||
| 51 | #include <acpi/acconfig.h> | 51 | #include <acpi/acconfig.h> |
| 52 | #include <acpi/actypes.h> | 52 | #include <acpi/actypes.h> |
