diff options
Diffstat (limited to 'source/include/amlresrc.h')
-rw-r--r-- | source/include/amlresrc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/amlresrc.h b/source/include/amlresrc.h index 03b1317bf0d9e..23c4400a0dea3 100644 --- a/source/include/amlresrc.h +++ b/source/include/amlresrc.h @@ -47,8 +47,6 @@ #define __AMLRESRC_H -#pragma pack(push) /* Set default struct packing */ - /* * Resource descriptor tags, as defined in the ACPI specification. * Used to symbolically reference fields within a descriptor. @@ -576,7 +574,4 @@ typedef union aml_resource } AML_RESOURCE; - -#pragma pack(pop) /* Restore original struct packing */ - #endif |