projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
omap24xx: fix compile error with new binutils (#11072)
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-3.2
/
0000-pci-backport.patch
diff --git
a/target/linux/brcm47xx/patches-3.2/0000-pci-backport.patch
b/target/linux/brcm47xx/patches-3.2/0000-pci-backport.patch
index
2a31a20
..
b1eed44
100644
(file)
--- a/
target/linux/brcm47xx/patches-3.2/0000-pci-backport.patch
+++ b/
target/linux/brcm47xx/patches-3.2/0000-pci-backport.patch
@@
-2071,7
+2071,7
@@
/**
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
/**
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
-@@ -152
2,12 +1522
,14 @@ unsigned int __devinit pci_scan_child_bu
+@@ -152
7,12 +1527
,14 @@ unsigned int __devinit pci_scan_child_bu
return max;
}
return max;
}
@@
-2089,7
+2089,7
@@
b = pci_alloc_bus();
if (!b)
b = pci_alloc_bus();
if (!b)
-@@ -15
77,8 +1579
,20 @@ struct pci_bus * pci_create_bus(struct d
+@@ -15
82,8 +1584
,20 @@ struct pci_bus * pci_create_bus(struct d
pci_create_legacy_files(b);
b->number = b->secondary = bus;
pci_create_legacy_files(b);
b->number = b->secondary = bus;
@@
-2112,7
+2112,7
@@
return b;
return b;
-@@ -159
4,18 +1608
,58 @@ err_out:
+@@ -159
9,18 +1613
,58 @@ err_out:
return NULL;
}
return NULL;
}
This page took
0.020483 seconds
and
4
git commands to generate.