diff options
Diffstat (limited to 'include/acpi/acexcep.h')
-rw-r--r-- | include/acpi/acexcep.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/acexcep.h b/include/acpi/acexcep.h index f0bcb96b1598..8b06e4c1dd5d 100644 --- a/include/acpi/acexcep.h +++ b/include/acpi/acexcep.h | |||
@@ -44,8 +44,6 @@ | |||
44 | #ifndef __ACEXCEP_H__ | 44 | #ifndef __ACEXCEP_H__ |
45 | #define __ACEXCEP_H__ | 45 | #define __ACEXCEP_H__ |
46 | 46 | ||
47 | #pragma pack(push) /* Set default struct packing */ | ||
48 | |||
49 | /* This module contains all possible exception codes for acpi_status */ | 47 | /* This module contains all possible exception codes for acpi_status */ |
50 | 48 | ||
51 | /* | 49 | /* |
@@ -379,6 +377,4 @@ static const struct acpi_exception_info acpi_gbl_exception_names_ctrl[] = { | |||
379 | 377 | ||
380 | #endif /* EXCEPTION_TABLE */ | 378 | #endif /* EXCEPTION_TABLE */ |
381 | 379 | ||
382 | #pragma pack(pop) /* Restore original struct packing */ | ||
383 | |||
384 | #endif /* __ACEXCEP_H__ */ | 380 | #endif /* __ACEXCEP_H__ */ |