diff options
Diffstat (limited to 'source/include/acresrc.h')
-rw-r--r-- | source/include/acresrc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acresrc.h b/source/include/acresrc.h index 5f658a63933b..f761d3f09957 100644 --- a/source/include/acresrc.h +++ b/source/include/acresrc.h @@ -49,8 +49,6 @@ #include "amlresrc.h" -#pragma pack(push) /* Set default struct packing */ - /* * If possible, pack the following structures to byte alignment, since we * don't care about performance for debug output. Two cases where we cannot @@ -439,6 +437,4 @@ extern ACPI_RSDUMP_INFO AcpiRsDumpUartSerialBus[]; extern ACPI_RSDUMP_INFO AcpiRsDumpGeneralFlags[]; #endif -#pragma pack(pop) /* Restore original struct packing */ - #endif /* __ACRESRC_H__ */ |