summaryrefslogtreecommitdiff
path: root/source/include/acdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acdebug.h')
-rw-r--r--source/include/acdebug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acdebug.h b/source/include/acdebug.h
index 59f8830e9ffbe..f85ec01ac29a0 100644
--- a/source/include/acdebug.h
+++ b/source/include/acdebug.h
@@ -45,8 +45,6 @@
#define __ACDEBUG_H__
-#pragma pack(push) /* Set default struct packing */
-
#define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */
typedef struct acpi_db_command_info
@@ -468,6 +466,4 @@ AcpiDbUint32ToHexString (
UINT32 Value,
char *Buffer);
-#pragma pack(pop) /* Restore original struct packing */
-
#endif /* __ACDEBUG_H__ */