projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] hw553: fix missing has_uart0 in board definition (#9533)
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.39
/
240-spi.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.39/240-spi.patch
b/target/linux/brcm63xx/patches-2.6.39/240-spi.patch
index
fb7dd91
..
54bed22
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.39/240-spi.patch
+++ b/
target/linux/brcm63xx/patches-2.6.39/240-spi.patch
@@
-919,7
+919,7
@@
#include <board_bcm963xx.h>
#define PFX "board_bcm963xx: "
#include <board_bcm963xx.h>
#define PFX "board_bcm963xx: "
-@@ -9
31,6 +932
,8 @@ int __init board_register_devices(void)
+@@ -9
27,6 +928
,8 @@ int __init board_register_devices(void)
if (board.num_spis)
spi_register_board_info(board.spis, board.num_spis);
if (board.num_spis)
spi_register_board_info(board.spis, board.num_spis);
This page took
0.026266 seconds
and
4
git commands to generate.