From: Alexander Chiang Date: Wed, 10 Jun 2009 19:55:09 +0000 (+0000) Subject: ACPI: make acpi_pci_bind() static X-Git-Tag: v2.6.31-rc1~12^2~9^3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce597bb42aa84bc73db80509b7c37e7fbc0b75c4;p=pandora-kernel.git ACPI: make acpi_pci_bind() static acpi_pci_root_add() explicitly assigns device->ops.bind, and later calls acpi_pci_bind_root(), which also does the same thing. We don't need to repeat ourselves; removing the explicit assignment allows us to make acpi_pci_bind() static. Signed-off-by: Alex Chiang Acked-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed