diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2012-02-23 20:18:59 -0700 | 
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-02-23 20:18:59 -0700 | 
| commit | 844393f4c5e309dd262b27796471c47e348b57a8 (patch) | |
| tree | d6504c2d39437f3c3a2d27bd313f13882e75a90e /drivers/pci/setup-bus.c | |
| parent | b9c40b076c9d247494f91521e3beff9422cd1173 (diff) | |
| download | olio-linux-3.10-844393f4c5e309dd262b27796471c47e348b57a8.tar.xz olio-linux-3.10-844393f4c5e309dd262b27796471c47e348b57a8.zip  | |
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.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c index 6db307fa20f..e241f2fd6cb 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;  |