diff options
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index e9ab514a96c8..68a91eb0fa48 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h | |||
@@ -44,8 +44,6 @@ | |||
44 | #ifndef __ACDEBUG_H__ | 44 | #ifndef __ACDEBUG_H__ |
45 | #define __ACDEBUG_H__ | 45 | #define __ACDEBUG_H__ |
46 | 46 | ||
47 | #pragma pack(push) /* Set default struct packing */ | ||
48 | |||
49 | #define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */ | 47 | #define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */ |
50 | 48 | ||
51 | struct acpi_db_command_info { | 49 | struct acpi_db_command_info { |
@@ -284,6 +282,4 @@ struct acpi_namespace_node *acpi_db_local_ns_lookup(char *name); | |||
284 | 282 | ||
285 | void acpi_db_uint32_to_hex_string(u32 value, char *buffer); | 283 | void acpi_db_uint32_to_hex_string(u32 value, char *buffer); |
286 | 284 | ||
287 | #pragma pack(pop) /* Restore original struct packing */ | ||
288 | |||
289 | #endif /* __ACDEBUG_H__ */ | 285 | #endif /* __ACDEBUG_H__ */ |