]> git.baikalelectronics.ru Git - kernel.git/commit
pci: frv architecture needs generic setup-bus infrastructure
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 18 Apr 2012 21:17:19 +0000 (17:17 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Apr 2012 18:46:17 +0000 (14:46 -0400)
commitccbcb86ee981f34a4e022678d6a54d120f8653dc
tree2d161b68d0a4cb536b08d4a425b58ab342f844f6
parent2e73b3f6d86fd844d69aecc729672aac9e8e32fc
pci: frv architecture needs generic setup-bus infrastructure

Otherwise we get this link failure for frv's defconfig:

   LD      .tmp_vmlinux1
 drivers/built-in.o: In function `pci_assign_resource':
 (.text+0xbf0c): undefined reference to `pci_cardbus_resource_alignment'
 drivers/built-in.o: In function `pci_setup':
 pci.c:(.init.text+0x174): undefined reference to `pci_realloc_get_opt'
 pci.c:(.init.text+0x1a0): undefined reference to `pci_realloc_get_opt'
 make[1]: *** [.tmp_vmlinux1] Error 1

Cc: David Howells <dhowells@redhat.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/pci/Makefile