diff options
Diffstat (limited to 'source/include/acrestyp.h')
-rw-r--r-- | source/include/acrestyp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acrestyp.h b/source/include/acrestyp.h index eaea4375db144..b0412aa63cca0 100644 --- a/source/include/acrestyp.h +++ b/source/include/acrestyp.h @@ -45,8 +45,6 @@ #define __ACRESTYP_H__ -#pragma pack(push) /* Set default struct packing */ - /* * Definitions for Resource Attributes */ @@ -699,6 +697,4 @@ typedef struct acpi_pci_routing_table } ACPI_PCI_ROUTING_TABLE; -#pragma pack(pop) /* Restore original struct packing */ - #endif /* __ACRESTYP_H__ */ |