From ecad504c39ee2d914d65c84b5ca1e4f7dd3d1c1d Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 18 Jul 2009 00:40:23 +0000 Subject: register GPIO-connected LEDs for known boards SVN-Revision: 16887 --- .../brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/brcm63xx/files/include') diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h index 85d1e5f..d154b28 100644 --- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h +++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/board_bcm963xx.h @@ -2,6 +2,8 @@ #define BOARD_BCM963XX_H_ #include +#include +#include #include #include @@ -51,6 +53,9 @@ struct board_info { /* DSP config */ struct bcm63xx_dsp_platform_data dsp; + + /* GPIO LEDs */ + struct gpio_led leds[5]; }; #endif /* ! BOARD_BCM963XX_H_ */ -- cgit v1.1