projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c40b0
)
PCI: make pci_flags non-weak
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:59 +0000
(20:18 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 24 Feb 2012 03:18:59 +0000
(20:18 -0700)
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>
drivers/pci/setup-bus.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/setup-bus.c
b/drivers/pci/setup-bus.c
index 6db307fa20f53c58c24921e25ef698de9b547f51..e241f2fd6cbf72cee1c15f4db0d3286af9e986a8 100644
(file)
--- 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;