diff options
| -rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 98c1cf76c2b4..8afdb1dab029 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
| @@ -676,7 +676,7 @@ static struct gpio_led ap4evb_leds[] = { | |||
| 676 | 676 | ||
| 677 | static struct gpio_led_platform_data ap4evb_leds_pdata = { | 677 | static struct gpio_led_platform_data ap4evb_leds_pdata = { |
| 678 | .num_leds = ARRAY_SIZE(ap4evb_leds), | 678 | .num_leds = ARRAY_SIZE(ap4evb_leds), |
| 679 | .leds = &ap4evb_leds, | 679 | .leds = ap4evb_leds, |
| 680 | }; | 680 | }; |
| 681 | 681 | ||
| 682 | static struct platform_device leds_device = { | 682 | static struct platform_device leds_device = { |
