diff options
Diffstat (limited to 'drivers/acpi/acpica/actables.h')
-rw-r--r-- | drivers/acpi/acpica/actables.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/actables.h b/drivers/acpi/acpica/actables.h index 9b0f9846e014..5fa4b2027697 100644 --- a/drivers/acpi/acpica/actables.h +++ b/drivers/acpi/acpica/actables.h | |||
@@ -44,8 +44,6 @@ | |||
44 | #ifndef __ACTABLES_H__ | 44 | #ifndef __ACTABLES_H__ |
45 | #define __ACTABLES_H__ | 45 | #define __ACTABLES_H__ |
46 | 46 | ||
47 | #pragma pack(push) /* Set default struct packing */ | ||
48 | |||
49 | acpi_status acpi_allocate_root_table(u32 initial_table_count); | 47 | acpi_status acpi_allocate_root_table(u32 initial_table_count); |
50 | 48 | ||
51 | /* | 49 | /* |
@@ -131,6 +129,4 @@ acpi_tb_install_table(acpi_physical_address address, | |||
131 | 129 | ||
132 | acpi_status acpi_tb_parse_root_table(acpi_physical_address rsdp_address); | 130 | acpi_status acpi_tb_parse_root_table(acpi_physical_address rsdp_address); |
133 | 131 | ||
134 | #pragma pack(pop) /* Restore original struct packing */ | ||
135 | |||
136 | #endif /* __ACTABLES_H__ */ | 132 | #endif /* __ACTABLES_H__ */ |