Skip to content

Commit

Permalink
PCI: make pci_flags non-weak
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bjorn Helgaas committed Feb 24, 2012
1 parent b9c40b0 commit 844393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 844393f

Please sign in to comment.