From 7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 27 Mar 2014 23:50:54 +0000 Subject: Import ACPICA 20140325. --- source/include/amlcode.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/include/amlcode.h') diff --git a/source/include/amlcode.h b/source/include/amlcode.h index 0695185e522a..bc8c0b0d3dd0 100644 --- a/source/include/amlcode.h +++ b/source/include/amlcode.h @@ -46,9 +46,6 @@ #ifndef __AMLCODE_H__ #define __AMLCODE_H__ -#pragma pack(push) /* Set default struct packing */ - - /* primary opcodes */ #define AML_NULL_CHAR (UINT16) 0x00 @@ -512,6 +509,4 @@ typedef enum #define AML_METHOD_SYNC_LEVEL 0xF0 -#pragma pack(pop) /* Restore original struct packing */ - #endif /* __AMLCODE_H__ */ -- cgit v1.3