From: Bjorn Helgaas Date: Fri, 24 Feb 2012 03:18:59 +0000 (-0700) Subject: PCI: make pci_flags non-weak X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=844393f4c5e309dd262b27796471c47e348b57a8;p=linux-beck.git PCI: make pci_flags non-weak No architecture defines its own pci_flags, so the core symbol does not need to be weak. Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c index 6db307fa20f5..e241f2fd6cbf 100644 --- a/drivers/pci/setup-bus.c +++ b/drivers/pci/setup-bus.c @@ -28,7 +28,7 @@ #include #include "pci.h" -unsigned int __weak pci_flags; +unsigned int pci_flags; struct pci_dev_resource { struct list_head list;