aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actbl.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2014-03-05 14:12:01 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-18 01:53:45 +0100
commit6e596084833b95662dfe90e1f30d83ccbd64575c (patch)
treeca9530e294d057788b551be667f26dbb07b4277e /include/acpi/actbl.h
parentMerge branch 'acpi-config' into acpica (diff)
downloadlinux-dev-6e596084833b95662dfe90e1f30d83ccbd64575c.tar.xz
linux-dev-6e596084833b95662dfe90e1f30d83ccbd64575c.zip
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 'include/acpi/actbl.h')
-rw-r--r--include/acpi/actbl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h
index b32a33f1c2df..3b30e36b53b5 100644
--- a/include/acpi/actbl.h
+++ b/include/acpi/actbl.h
@@ -44,8 +44,6 @@
#ifndef __ACTBL_H__
#define __ACTBL_H__
-#pragma pack(push) /* Set default struct packing */
-
/*******************************************************************************
*
* Fundamental ACPI tables
@@ -406,6 +404,4 @@ struct acpi_table_desc {
#define ACPI_FADT_V3_SIZE (u32) (ACPI_FADT_OFFSET (sleep_control))
#define ACPI_FADT_V5_SIZE (u32) (sizeof (struct acpi_table_fadt))
-#pragma pack(pop) /* Restore original struct packing */
-
#endif /* __ACTBL_H__ */