aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/hed.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/hed.c')
-rw-r--r--drivers/acpi/hed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/hed.c b/drivers/acpi/hed.c
index b514e81e8cf..a0cc796932f 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
64static int __devinit acpi_hed_add(struct acpi_device *device) 64static 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)