diff options
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index 3db2cd3b6c30..7bf24c39cebf 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -46,7 +46,7 @@ static int acpi_pci_root_remove(struct acpi_device *device, int type); | |||
46 | static int acpi_pci_root_start(struct acpi_device *device); | 46 | static int acpi_pci_root_start(struct acpi_device *device); |
47 | 47 | ||
48 | static struct acpi_driver acpi_pci_root_driver = { | 48 | static struct acpi_driver acpi_pci_root_driver = { |
49 | .name = ACPI_PCI_ROOT_DRIVER_NAME, | 49 | .name = "pci_root", |
50 | .class = ACPI_PCI_ROOT_CLASS, | 50 | .class = ACPI_PCI_ROOT_CLASS, |
51 | .ids = ACPI_PCI_ROOT_HID, | 51 | .ids = ACPI_PCI_ROOT_HID, |
52 | .ops = { | 52 | .ops = { |