Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;