diff options
author | Robert Moore <Robert.Moore@intel.com> | 2014-03-05 01:12:01 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-17 20:53:45 -0400 |
commit | 6e596084833b95662dfe90e1f30d83ccbd64575c (patch) | |
tree | ca9530e294d057788b551be667f26dbb07b4277e /drivers/acpi/acpica/aclocal.h | |
parent | bcef50814c9de8e0672d3e7f9f1abd85e1b95d13 (diff) |
ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."
This reverts commit aae576e5faefa8ba70647efa320d4747b6375f1e.
Push and Pop are not portable "enough", and caused problems for
some ACPICA customers.
Signed-off-by: Robert Moore <Robert.Moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/aclocal.h')
-rw-r--r-- | drivers/acpi/acpica/aclocal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index fee53b50399b..52a21dafb540 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h | |||
@@ -44,8 +44,6 @@ | |||
44 | #ifndef __ACLOCAL_H__ | 44 | #ifndef __ACLOCAL_H__ |
45 | #define __ACLOCAL_H__ | 45 | #define __ACLOCAL_H__ |
46 | 46 | ||
47 | #pragma pack(push) /* Set default struct packing */ | ||
48 | |||
49 | /* acpisrc:struct_defs -- for acpisrc conversion */ | 47 | /* acpisrc:struct_defs -- for acpisrc conversion */ |
50 | 48 | ||
51 | #define ACPI_SERIALIZED 0xFF | 49 | #define ACPI_SERIALIZED 0xFF |
@@ -1149,6 +1147,4 @@ struct ah_predefined_name { | |||
1149 | #endif | 1147 | #endif |
1150 | }; | 1148 | }; |
1151 | 1149 | ||
1152 | #pragma pack(pop) /* Restore original struct packing */ | ||
1153 | |||
1154 | #endif /* __ACLOCAL_H__ */ | 1150 | #endif /* __ACLOCAL_H__ */ |