ar71xx: add latch_change field to rb750_led_platform_data

SVN-Revision: 31023
This commit is contained in:
Gabor Juhos
2012-03-19 15:57:01 +00:00
parent 8a471efe01
commit 5348f46c80
3 changed files with 9 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ struct rb750_led_data {
struct rb750_led_platform_data {
int num_leds;
struct rb750_led_data *leds;
void (*latch_change)(u32 clear, u32 set);
};
struct rb7xx_nand_platform_data {