diff options
Diffstat (limited to 'drivers/acpi/acpica/tbxface.c')
-rw-r--r-- | drivers/acpi/acpica/tbxface.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/tbxface.c b/drivers/acpi/acpica/tbxface.c index f5632780421d..b35a5e6d653a 100644 --- a/drivers/acpi/acpica/tbxface.c +++ b/drivers/acpi/acpica/tbxface.c | |||
@@ -5,7 +5,7 @@ | |||
5 | *****************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | /* | 7 | /* |
8 | * Copyright (C) 2000 - 2012, Intel Corp. | 8 | * Copyright (C) 2000 - 2013, Intel Corp. |
9 | * All rights reserved. | 9 | * All rights reserved. |
10 | * | 10 | * |
11 | * Redistribution and use in source and binary forms, with or without | 11 | * Redistribution and use in source and binary forms, with or without |
@@ -44,7 +44,6 @@ | |||
44 | #include <linux/export.h> | 44 | #include <linux/export.h> |
45 | #include <acpi/acpi.h> | 45 | #include <acpi/acpi.h> |
46 | #include "accommon.h" | 46 | #include "accommon.h" |
47 | #include "acnamesp.h" | ||
48 | #include "actables.h" | 47 | #include "actables.h" |
49 | 48 | ||
50 | #define _COMPONENT ACPI_TABLES | 49 | #define _COMPONENT ACPI_TABLES |
@@ -437,7 +436,7 @@ ACPI_EXPORT_SYMBOL(acpi_get_table_by_index) | |||
437 | * | 436 | * |
438 | ******************************************************************************/ | 437 | ******************************************************************************/ |
439 | acpi_status | 438 | acpi_status |
440 | acpi_install_table_handler(acpi_tbl_handler handler, void *context) | 439 | acpi_install_table_handler(acpi_table_handler handler, void *context) |
441 | { | 440 | { |
442 | acpi_status status; | 441 | acpi_status status; |
443 | 442 | ||
@@ -483,7 +482,7 @@ ACPI_EXPORT_SYMBOL(acpi_install_table_handler) | |||
483 | * DESCRIPTION: Remove table event handler | 482 | * DESCRIPTION: Remove table event handler |
484 | * | 483 | * |
485 | ******************************************************************************/ | 484 | ******************************************************************************/ |
486 | acpi_status acpi_remove_table_handler(acpi_tbl_handler handler) | 485 | acpi_status acpi_remove_table_handler(acpi_table_handler handler) |
487 | { | 486 | { |
488 | acpi_status status; | 487 | acpi_status status; |
489 | 488 | ||