Commit 844393f4 authored by Bjorn Helgaas's avatar Bjorn Helgaas

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: default avatarBjorn Helgaas <bhelgaas@google.com>
parent b9c40b07
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment