aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/events/evxface.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/events/evxface.c')
-rw-r--r--drivers/acpi/events/evxface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/events/evxface.c b/drivers/acpi/events/evxface.c
index 43b33d19cdf9..57d73299298e 100644
--- a/drivers/acpi/events/evxface.c
+++ b/drivers/acpi/events/evxface.c
@@ -562,7 +562,7 @@ acpi_install_gpe_handler(acpi_handle gpe_device,
562 struct acpi_gpe_event_info *gpe_event_info; 562 struct acpi_gpe_event_info *gpe_event_info;
563 struct acpi_handler_info *handler; 563 struct acpi_handler_info *handler;
564 acpi_status status; 564 acpi_status status;
565 u32 flags; 565 acpi_native_uint flags;
566 566
567 ACPI_FUNCTION_TRACE("acpi_install_gpe_handler"); 567 ACPI_FUNCTION_TRACE("acpi_install_gpe_handler");
568 568
@@ -653,7 +653,7 @@ acpi_remove_gpe_handler(acpi_handle gpe_device,
653 struct acpi_gpe_event_info *gpe_event_info; 653 struct acpi_gpe_event_info *gpe_event_info;
654 struct acpi_handler_info *handler; 654 struct acpi_handler_info *handler;
655 acpi_status status; 655 acpi_status status;
656 u32 flags; 656 acpi_native_uint flags;
657 657
658 ACPI_FUNCTION_TRACE("acpi_remove_gpe_handler"); 658 ACPI_FUNCTION_TRACE("acpi_remove_gpe_handler");
659 659