diff options
| -rw-r--r-- | drivers/xen/xen-acpi-processor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/xen/xen-acpi-processor.c b/drivers/xen/xen-acpi-processor.c index e2a53337725d..8abd7d579037 100644 --- a/drivers/xen/xen-acpi-processor.c +++ b/drivers/xen/xen-acpi-processor.c | |||
| @@ -330,7 +330,7 @@ static unsigned int __init get_max_acpi_id(void) | |||
| 330 | * for_each_[present|online]_cpu macros which are banded to the virtual | 330 | * for_each_[present|online]_cpu macros which are banded to the virtual |
| 331 | * CPU amount. | 331 | * CPU amount. |
| 332 | */ | 332 | */ |
| 333 | static acpi_status __init | 333 | static acpi_status |
| 334 | read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) | 334 | read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) |
| 335 | { | 335 | { |
| 336 | u32 acpi_id; | 336 | u32 acpi_id; |
| @@ -385,7 +385,7 @@ read_acpi_id(acpi_handle handle, u32 lvl, void *context, void **rv) | |||
| 385 | 385 | ||
| 386 | return AE_OK; | 386 | return AE_OK; |
| 387 | } | 387 | } |
| 388 | static int __init check_acpi_ids(struct acpi_processor *pr_backup) | 388 | static int check_acpi_ids(struct acpi_processor *pr_backup) |
| 389 | { | 389 | { |
| 390 | 390 | ||
| 391 | if (!pr_backup) | 391 | if (!pr_backup) |
