diff options
Diffstat (limited to 'source/include/actbl3.h')
-rw-r--r-- | source/include/actbl3.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/include/actbl3.h b/source/include/actbl3.h index 1afc341d3159b..ce69acd4549cb 100644 --- a/source/include/actbl3.h +++ b/source/include/actbl3.h @@ -45,8 +45,6 @@ #define __ACTBL3_H__ -#pragma pack(push) /* Set default struct packing */ - /******************************************************************************* * * Additional ACPI Tables (3) @@ -734,6 +732,8 @@ typedef struct acpi_tpm2_control } ACPI_TPM2_CONTROL; -#pragma pack(pop) /* Restore original struct packing */ +/* Reset to default packing */ + +#pragma pack() #endif /* __ACTBL3_H__ */ |