From 98e0fca9e78c1f866333189705428b050a473df1 Mon Sep 17 00:00:00 2001 From: rhk Date: Thu, 29 Apr 2010 12:54:24 +0000 Subject: [brcm63xx] rename reset_buttons to buttons git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21255 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch') diff --git a/target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch b/target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch index aec85a3d1..c6425091c 100644 --- a/target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch +++ b/target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch @@ -15,8 +15,8 @@ +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h @@ -59,6 +59,10 @@ struct board_info { - /* Reset button */ - struct gpio_button reset_buttons[2]; + /* Buttons */ + struct gpio_button buttons[2]; + + /* Additional platform devices */ + struct platform_device **devs; -- cgit v1.2.3