diff options
Diffstat (limited to 'drivers/acpi/acpica/amlcode.h')
-rw-r--r-- | drivers/acpi/acpica/amlcode.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/amlcode.h b/drivers/acpi/acpica/amlcode.h index 2db27109d70e..5908ccec6aea 100644 --- a/drivers/acpi/acpica/amlcode.h +++ b/drivers/acpi/acpica/amlcode.h | |||
@@ -46,8 +46,6 @@ | |||
46 | #ifndef __AMLCODE_H__ | 46 | #ifndef __AMLCODE_H__ |
47 | #define __AMLCODE_H__ | 47 | #define __AMLCODE_H__ |
48 | 48 | ||
49 | #pragma pack(push) /* Set default struct packing */ | ||
50 | |||
51 | /* primary opcodes */ | 49 | /* primary opcodes */ |
52 | 50 | ||
53 | #define AML_NULL_CHAR (u16) 0x00 | 51 | #define AML_NULL_CHAR (u16) 0x00 |
@@ -486,6 +484,4 @@ typedef enum { | |||
486 | #define AML_METHOD_SERIALIZED 0x08 | 484 | #define AML_METHOD_SERIALIZED 0x08 |
487 | #define AML_METHOD_SYNC_LEVEL 0xF0 | 485 | #define AML_METHOD_SYNC_LEVEL 0xF0 |
488 | 486 | ||
489 | #pragma pack(pop) /* Restore original struct packing */ | ||
490 | |||
491 | #endif /* __AMLCODE_H__ */ | 487 | #endif /* __AMLCODE_H__ */ |