diff options
Diffstat (limited to 'drivers/acpi/apei/hest.c')
-rw-r--r-- | drivers/acpi/apei/hest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/apei/hest.c b/drivers/acpi/apei/hest.c index 05fee06f4d6e..ee7fddc4665c 100644 --- a/drivers/acpi/apei/hest.c +++ b/drivers/acpi/apei/hest.c | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | #define HEST_PFX "HEST: " | 42 | #define HEST_PFX "HEST: " |
43 | 43 | ||
44 | int hest_disable; | 44 | bool hest_disable; |
45 | EXPORT_SYMBOL_GPL(hest_disable); | 45 | EXPORT_SYMBOL_GPL(hest_disable); |
46 | 46 | ||
47 | /* HEST table parsing */ | 47 | /* HEST table parsing */ |