commit | 844393f4c5e309dd262b27796471c47e348b57a8 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Feb 23 20:18:59 2012 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Feb 23 20:18:59 2012 -0700 |
tree | d6504c2d39437f3c3a2d27bd313f13882e75a90e | |
parent | b9c40b076c9d247494f91521e3beff9422cd1173 [diff] [blame] |
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 <bhelgaas@google.com>
diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c index 6db307f..e241f2f 100644 --- a/drivers/pci/setup-bus.c +++ b/drivers/pci/setup-bus.c
@@ -28,7 +28,7 @@ #include <asm-generic/pci-bridge.h> #include "pci.h" -unsigned int __weak pci_flags; +unsigned int pci_flags; struct pci_dev_resource { struct list_head list;