From f0a99f624faa0dee4e342efee4a2125e0b695c04 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 17 Feb 2008 13:23:03 +0100 Subject: [PATCH] --- yaml --- r: 87331 b: refs/heads/master c: b5678a34762edf2c8de1c60c125fea42a8c17e63 h: refs/heads/master i: 87329: 63ce53c1bab50e672f7d347900432ad90a07bcef 87327: 2c55a77a0e96b7812fd24d7cc98f9e88af0bdbff v: v3 --- [refs] | 2 +- trunk/drivers/acpi/pci_root.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index fbd26696a2a9..fe2214c081a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7560e385651c60e5ffdf07cb94fa7d1658ab0b7a +refs/heads/master: b5678a34762edf2c8de1c60c125fea42a8c17e63 diff --git a/trunk/drivers/acpi/pci_root.c b/trunk/drivers/acpi/pci_root.c index f14ff1ffab29..c3fed31166b5 100644 --- a/trunk/drivers/acpi/pci_root.c +++ b/trunk/drivers/acpi/pci_root.c @@ -184,7 +184,7 @@ static void acpi_pci_bridge_scan(struct acpi_device *device) } } -static int acpi_pci_root_add(struct acpi_device *device) +static int __devinit acpi_pci_root_add(struct acpi_device *device) { int result = 0; struct acpi_pci_root *root = NULL;