diff options
Diffstat (limited to 'source/include/acstruct.h')
-rw-r--r-- | source/include/acstruct.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/acstruct.h b/source/include/acstruct.h index c52db8f4e177..5a0baf4001b0 100644 --- a/source/include/acstruct.h +++ b/source/include/acstruct.h @@ -44,9 +44,6 @@ #ifndef __ACSTRUCT_H__ #define __ACSTRUCT_H__ - -#pragma pack(push) /* Set default struct packing */ - /* acpisrc:StructDefs -- for acpisrc conversion */ /***************************************************************************** @@ -273,6 +270,4 @@ typedef struct acpi_walk_info #define ACPI_DISPLAY_SHORT (UINT8) 2 -#pragma pack(pop) /* Restore original struct packing */ - #endif |