summaryrefslogtreecommitdiffstats
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
commitf87eac79bb74bf56748b6c3bcfbb4671ac732113 (patch)
tree9003728e69eec4a497fdda377ef8addfce2cc309 /target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch
parentccfe1f7886159660b0f015f904f152e70121f8fb (diff)
downloadmaster-31e0f0ae-f87eac79bb74bf56748b6c3bcfbb4671ac732113.tar.gz
master-31e0f0ae-f87eac79bb74bf56748b6c3bcfbb4671ac732113.tar.bz2
master-31e0f0ae-f87eac79bb74bf56748b6c3bcfbb4671ac732113.zip
rename reset_buttons to buttons
SVN-Revision: 21255
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];