summaryrefslogtreecommitdiff
path: root/source/include/acparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acparser.h')
-rw-r--r--source/include/acparser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acparser.h b/source/include/acparser.h
index 74389d2ef778..bddd3c114296 100644
--- a/source/include/acparser.h
+++ b/source/include/acparser.h
@@ -46,8 +46,6 @@
#define __ACPARSER_H__
-#pragma pack(push) /* Set default struct packing */
-
#define OP_HAS_RETURN_VALUE 1
/* Variable number of arguments. This field must be 32 bits */
@@ -355,6 +353,4 @@ AcpiPsShow (
ACPI_PARSE_OBJECT *op);
-#pragma pack(pop) /* Restore original struct packing */
-
#endif /* __ACPARSER_H__ */