aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2012-02-23 22:18:59 -0500
committerBjorn Helgaas <bhelgaas@google.com>2012-02-23 22:18:59 -0500
commit844393f4c5e309dd262b27796471c47e348b57a8 (patch)
treed6504c2d39437f3c3a2d27bd313f13882e75a90e /drivers/pci/setup-bus.c
parentb9c40b076c9d247494f91521e3beff9422cd1173 (diff)
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>
Diffstat (limited to 'drivers/pci/setup-bus.c')
-rw-r--r--drivers/pci/setup-bus.c2
1 files changed, 1 insertions, 1 deletions
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 @@
28#include <asm-generic/pci-bridge.h> 28#include <asm-generic/pci-bridge.h>
29#include "pci.h" 29#include "pci.h"
30 30
31unsigned int __weak pci_flags; 31unsigned int pci_flags;
32 32
33struct pci_dev_resource { 33struct pci_dev_resource {
34 struct list_head list; 34 struct list_head list;