summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch
diff options
context:
space:
mode:
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 8e0ecafe3..9d9d6ce4b 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;