Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141881
b: refs/heads/master
c: 0e46517
h: refs/heads/master
i:
  141879: 3f3b1e7
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Mar 27, 2009
1 parent 0f1148f commit 9b804ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84f810c33f695e020776ce66c903e0b41872f1b2
refs/heads/master: 0e46517d9660ee6ae0a0c5d8a4e50451bc84d61d
1 change: 1 addition & 0 deletions trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ static int __init acpi_init(void)
acpi_kobj = NULL;
}

init_acpi_device_notify();
result = acpi_bus_init();

if (!result) {
Expand Down
6 changes: 1 addition & 5 deletions trunk/drivers/acpi/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,8 @@ static int acpi_platform_notify_remove(struct device *dev)
return 0;
}

static int __init init_acpi_device_notify(void)
int __init init_acpi_device_notify(void)
{
if (acpi_disabled)
return 0;
if (platform_notify || platform_notify_remove) {
printk(KERN_ERR PREFIX "Can't use platform_notify\n");
return 0;
Expand All @@ -298,5 +296,3 @@ static int __init init_acpi_device_notify(void)
platform_notify_remove = acpi_platform_notify_remove;
return 0;
}

arch_initcall(init_acpi_device_notify);
1 change: 1 addition & 0 deletions trunk/drivers/acpi/internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* For use by Linux/ACPI infrastructure, not drivers */

int init_acpi_device_notify(void);
int acpi_scan_init(void);
int acpi_system_init(void);

Expand Down

0 comments on commit 9b804ed

Please sign in to comment.