diff options
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/apei/ghes.c | 2 | ||||
-rw-r--r-- | drivers/acpi/hed.c | 2 | ||||
-rw-r--r-- | drivers/acpi/pci_root.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index da93c003e953..7ae2750bb457 100644 --- a/drivers/acpi/apei/ghes.c +++ b/drivers/acpi/apei/ghes.c | |||
@@ -901,7 +901,7 @@ static unsigned long ghes_esource_prealloc_size( | |||
901 | return prealloc_size; | 901 | return prealloc_size; |
902 | } | 902 | } |
903 | 903 | ||
904 | static int __devinit ghes_probe(struct platform_device *ghes_dev) | 904 | static int ghes_probe(struct platform_device *ghes_dev) |
905 | { | 905 | { |
906 | struct acpi_hest_generic *generic; | 906 | struct acpi_hest_generic *generic; |
907 | struct ghes *ghes = NULL; | 907 | struct ghes *ghes = NULL; |
diff --git a/drivers/acpi/hed.c b/drivers/acpi/hed.c index b514e81e8cfa..a0cc796932f7 100644 --- a/drivers/acpi/hed.c +++ b/drivers/acpi/hed.c | |||
@@ -61,7 +61,7 @@ static void acpi_hed_notify(struct acpi_device *device, u32 event) | |||
61 | blocking_notifier_call_chain(&acpi_hed_notify_list, 0, NULL); | 61 | blocking_notifier_call_chain(&acpi_hed_notify_list, 0, NULL); |
62 | } | 62 | } |
63 | 63 | ||
64 | static int __devinit acpi_hed_add(struct acpi_device *device) | 64 | static int acpi_hed_add(struct acpi_device *device) |
65 | { | 65 | { |
66 | /* Only one hardware error device */ | 66 | /* Only one hardware error device */ |
67 | if (hed_handle) | 67 | if (hed_handle) |
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index bce469c0b48a..f70b9e5fc1b5 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -445,7 +445,7 @@ out: | |||
445 | } | 445 | } |
446 | EXPORT_SYMBOL(acpi_pci_osc_control_set); | 446 | EXPORT_SYMBOL(acpi_pci_osc_control_set); |
447 | 447 | ||
448 | static int __devinit acpi_pci_root_add(struct acpi_device *device) | 448 | static int acpi_pci_root_add(struct acpi_device *device) |
449 | { | 449 | { |
450 | unsigned long long segment, bus; | 450 | unsigned long long segment, bus; |
451 | acpi_status status; | 451 | acpi_status status; |