mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
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>
This commit is contained in:
parent
b9c40b076c
commit
844393f4c5
@ -28,7 +28,7 @@
|
|||||||
#include <asm-generic/pci-bridge.h>
|
#include <asm-generic/pci-bridge.h>
|
||||||
#include "pci.h"
|
#include "pci.h"
|
||||||
|
|
||||||
unsigned int __weak pci_flags;
|
unsigned int pci_flags;
|
||||||
|
|
||||||
struct pci_dev_resource {
|
struct pci_dev_resource {
|
||||||
struct list_head list;
|
struct list_head list;
|
||||||
|
Loading…
Reference in New Issue
Block a user