aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch
diff options
context:
space:
mode:
authorRaphaël HUCK <rhk@cksum.org>2010-04-29 12:54:24 +0000
committerRaphaël HUCK <rhk@cksum.org>2010-04-29 12:54:24 +0000
commitea459f4e40c7d5bf233cbfa0565b0df4989fa277 (patch)
tree1bcd4aec7a81e4e6e5a7b397040ee5ff1643571f /target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch
parentbcca3791ea1c1e8620b6dc1e8828eae73af5282f (diff)
downloadmaster-187ad058-ea459f4e40c7d5bf233cbfa0565b0df4989fa277.tar.gz
master-187ad058-ea459f4e40c7d5bf233cbfa0565b0df4989fa277.tar.bz2
master-187ad058-ea459f4e40c7d5bf233cbfa0565b0df4989fa277.zip
[brcm63xx] rename reset_buttons to buttons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21255 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch b/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch
index bbd0c62e70..7c17b887d2 100644
--- a/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch
+++ b/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch
@@ -117,7 +117,7 @@
+ .active_low = 1,
+ },
+ },
-+ .reset_buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
@@ -209,7 +209,7 @@
+ .active_low = 1,
+ },
+ },
-+ .reset_buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
@@ -299,7 +299,7 @@
+ .active_low = 1,
+ },
+ },
-+ .reset_buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
@@ -386,7 +386,7 @@
+ .gpio = 4,
+ },
+ },
-+ .reset_buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
@@ -471,7 +471,7 @@
+ .gpio = 4,
+ },
+ },
-+ .reset_buttons = {
++ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 34,
@@ -543,5 +543,5 @@
- struct gpio_led leds[8];
+ struct gpio_led leds[9];
- /* Reset button */
- struct gpio_button reset_buttons[2];
+ /* Buttons */
+ struct gpio_button buttons[2];