projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.3
/
301-led_count.patch
diff --git
a/target/linux/brcm63xx/patches-3.3/301-led_count.patch
b/target/linux/brcm63xx/patches-3.3/301-led_count.patch
index
6dfa42d
..
11ed892
100644
(file)
--- a/
target/linux/brcm63xx/patches-3.3/301-led_count.patch
+++ b/
target/linux/brcm63xx/patches-3.3/301-led_count.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -8
89,6 +889
,7 @@ int __init board_register_devices(void)
+@@ -8
90,6 +890
,7 @@ int __init board_register_devices(void)
{
u32 val;
int button_count = 0;
{
u32 val;
int button_count = 0;
@@
-8,7
+8,7
@@
if (board.has_uart0)
bcm63xx_uart_register(0);
if (board.has_uart0)
bcm63xx_uart_register(0);
-@@ -93
2,7 +933
,11 @@ int __init board_register_devices(void)
+@@ -93
5,7 +936
,11 @@ int __init board_register_devices(void)
platform_device_register(&mtd_dev);
platform_device_register(&mtd_dev);
This page took
0.021632 seconds
and
4
git commands to generate.