projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
comgt: clean up patch, rename gcom binary to comgt, but add a compatibility symlink
[openwrt.git]
/
target
/
linux
/
generic
/
patches-3.0
/
025-bcma_backport.patch
diff --git
a/target/linux/generic/patches-3.0/025-bcma_backport.patch
b/target/linux/generic/patches-3.0/025-bcma_backport.patch
index
8f02d9e
..
1e61794
100644
(file)
--- a/
target/linux/generic/patches-3.0/025-bcma_backport.patch
+++ b/
target/linux/generic/patches-3.0/025-bcma_backport.patch
@@
-200,7
+200,15
@@
};
--- a/drivers/bcma/main.c
+++ b/drivers/bcma/main.c
};
--- a/drivers/bcma/main.c
+++ b/drivers/bcma/main.c
-@@ -89,6 +89,8 @@ static int bcma_register_cores(struct bc
+@@ -7,6 +7,7 @@
+
+ #include "bcma_private.h"
+ #include <linux/bcma/bcma.h>
++#include <linux/slab.h>
+
+ MODULE_DESCRIPTION("Broadcom's specific AMBA driver");
+ MODULE_LICENSE("GPL");
+@@ -89,6 +90,8 @@ static int bcma_register_cores(struct bc
switch (bus->hosttype) {
case BCMA_HOSTTYPE_PCI:
core->dev.parent = &bus->host_pci->dev;
switch (bus->hosttype) {
case BCMA_HOSTTYPE_PCI:
core->dev.parent = &bus->host_pci->dev;
@@
-209,7
+217,7
@@
break;
case BCMA_HOSTTYPE_NONE:
case BCMA_HOSTTYPE_SDIO:
break;
case BCMA_HOSTTYPE_NONE:
case BCMA_HOSTTYPE_SDIO:
-@@ -144,6 +14
6
,13 @@ int bcma_bus_register(struct bcma_bus *b
+@@ -144,6 +14
7
,13 @@ int bcma_bus_register(struct bcma_bus *b
bcma_core_pci_init(&bus->drv_pci);
}
bcma_core_pci_init(&bus->drv_pci);
}
@@
-223,7
+231,7
@@
/* Register found cores */
bcma_register_cores(bus);
/* Register found cores */
bcma_register_cores(bus);
-@@ -151,13 +16
0
,11 @@ int bcma_bus_register(struct bcma_bus *b
+@@ -151,13 +16
1
,11 @@ int bcma_bus_register(struct bcma_bus *b
return 0;
}
return 0;
}
This page took
0.044845 seconds
and
4
git commands to generate.