Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141878
b: refs/heads/master
c: 4451537
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Mar 27, 2009
1 parent 9513fe1 commit aee7fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 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: a5f820feb54a59fcdaf4a67a6381ea1ddb36cc6e
refs/heads/master: 44515374cba9e46d5622256b43eb06b9c349cee1
1 change: 1 addition & 0 deletions trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ static int __init acpi_init(void)

acpi_scan_init();
acpi_ec_init();
acpi_power_init();
return result;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ int acpi_scan_init(void);
/* --------------------------------------------------------------------------
Power Resource
-------------------------------------------------------------------------- */

int acpi_power_init(void);
int acpi_device_sleep_wake(struct acpi_device *dev,
int enable, int sleep_state, int dev_state);
int acpi_enable_wakeup_device_power(struct acpi_device *dev, int sleep_state);
Expand Down
8 changes: 1 addition & 7 deletions trunk/drivers/acpi/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,14 +773,10 @@ static int acpi_power_resume(struct acpi_device *device)
return 0;
}

static int __init acpi_power_init(void)
int __init acpi_power_init(void)
{
int result = 0;


if (acpi_disabled)
return 0;

INIT_LIST_HEAD(&acpi_power_resource_list);

acpi_power_dir = proc_mkdir(ACPI_POWER_CLASS, acpi_root_dir);
Expand All @@ -795,5 +791,3 @@ static int __init acpi_power_init(void)

return 0;
}

subsys_initcall(acpi_power_init);

0 comments on commit aee7fb4

Please sign in to comment.