浏览代码

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>
Bjorn Helgaas 14 年之前
父节点
当前提交
844393f4c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pci/setup-bus.c

+ 1 - 1
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;