Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350824
b: refs/heads/master
c: 92ef2a2
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki committed Jan 3, 2013
1 parent 6b49786 commit 60d029b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 805d410fb0dbd65e1a57a810858fa2491e75822d
refs/heads/master: 92ef2a25c763338905dce8344a0584606f842920
1 change: 1 addition & 0 deletions trunk/drivers/acpi/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ struct acpi_ec {

extern struct acpi_ec *first_ec;

int acpi_pci_root_init(void);
int acpi_ec_init(void);
int acpi_ec_ecdt_probe(void);
int acpi_boot_ec_enable(void);
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/acpi/pci_root.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static int acpi_pci_root_remove(struct acpi_device *device, int type)
return 0;
}

static int __init acpi_pci_root_init(void)
int __init acpi_pci_root_init(void)
{
acpi_hest_init();

Expand All @@ -712,5 +712,3 @@ static int __init acpi_pci_root_init(void)

return 0;
}

subsys_initcall(acpi_pci_root_init);
1 change: 1 addition & 0 deletions trunk/drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,7 @@ int __init acpi_scan_init(void)
}

acpi_power_init();
acpi_pci_root_init();

/*
* Enumerate devices in the ACPI namespace.
Expand Down

0 comments on commit 60d029b

Please sign in to comment.