[PATCH] PCI ACPI: Rename the functions to avoid multiple instances.
authorMuthu Kumar <muthu.lkml@gmail.com>
Fri, 28 Apr 2006 07:42:21 +0000 (00:42 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 18:59:59 +0000 (11:59 -0700)
commit9c273b95808c270149e9be9e172e4ef19f5d5c98
tree68bbd28b17e3f0d947d0d9ea61d08202c22a896d
parenta1e022b3aeacf633a6c8e8f0eb04d9c9e44b4fcd
[PATCH] PCI ACPI: Rename the functions to avoid multiple instances.

There were two instances of pci_acpi_init(), one in
drivers/pci/pci-acpi.c and another in arch/i386/pci/acpi.c.
Rename the one in pci-acpi.c and make it consistent with
other names in the same file.

Signed-off-by: Muthukumar R <muthur@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci-acpi.c