aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-04-27 16:44:48 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-04-27 16:44:48 +0000
commit7466f87cc10fc4931d7f120f7a6c88b2b012d11c (patch)
tree7226f2eead38129011deb2c30993536ed700f5e0 /target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
parent3e5fc26843f1b0c3bd437986ac5489675464d136 (diff)
downloadmaster-187ad058-7466f87cc10fc4931d7f120f7a6c88b2b012d11c.tar.gz
master-187ad058-7466f87cc10fc4931d7f120f7a6c88b2b012d11c.tar.bz2
master-187ad058-7466f87cc10fc4931d7f120f7a6c88b2b012d11c.zip
[brcm63xx] switch to gpio-keys-polled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch b/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
index 8e0ecafe39..9d9d6ce4b7 100644
--- a/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
+++ b/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
@@ -15,7 +15,7 @@
@@ -61,6 +61,10 @@ struct board_info {
/* Buttons */
- struct gpio_button buttons[4];
+ struct gpio_keys_button buttons[4];
+
+ /* Additional platform devices */
+ struct platform_device **devs;