X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2fec201ae4221b3318c7ed27351b259e88df31c1..6c5721aff2d52127853af0cab0eb723e644646fc:/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;