diff options
Diffstat (limited to 'include/acpi/actbl.h')
-rw-r--r-- | include/acpi/actbl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/acpi/actbl.h b/include/acpi/actbl.h index 6f63b3bbc3fb..c5d5ec3638ef 100644 --- a/include/acpi/actbl.h +++ b/include/acpi/actbl.h | |||
@@ -236,9 +236,6 @@ struct acpi_table_fadt { | |||
236 | struct acpi_generic_address xgpe1_block; /* 64-bit Extended General Purpose Event 1 Reg Blk address */ | 236 | struct acpi_generic_address xgpe1_block; /* 64-bit Extended General Purpose Event 1 Reg Blk address */ |
237 | }; | 237 | }; |
238 | 238 | ||
239 | #define fadt_descriptor acpi_table_fadt | ||
240 | #define sci_int sci_interrupt | ||
241 | |||
242 | /* FADT flags */ | 239 | /* FADT flags */ |
243 | 240 | ||
244 | #define ACPI_FADT_WBINVD (1) /* 00: The wbinvd instruction works properly */ | 241 | #define ACPI_FADT_WBINVD (1) /* 00: The wbinvd instruction works properly */ |