Message ID | 1458157022-18633-4-git-send-email-pprakash@codeaurora.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index db46546..4553300 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -627,7 +627,7 @@ typedef u64 acpi_integer; #define ACPI_NOTIFY_DEVICE_PLD_CHECK (u8) 0x09 #define ACPI_NOTIFY_RESERVED (u8) 0x0A #define ACPI_NOTIFY_LOCALITY_UPDATE (u8) 0x0B -#define ACPI_NOTIFY_SHUTDOWN_REQUEST (u8) 0x0C +#define ACPI_NOTIFY_RESERVED_2 (u8) 0x0C #define ACPI_NOTIFY_AFFINITY_UPDATE (u8) 0x0D #define ACPI_NOTIFY_MAX 0x0D
Per ACPI spec 6.1, the device object notification value of 0x0C is now reserved, so updating the definition to reflect the same. Signed-off-by: Prashanth Prakash <pprakash@codeaurora.org> --- include/acpi/actypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)