提交 8050fbf2 编写于 作者: P Paul Mundt

ARM: mach-shmobile: Fix up gpio-leds pdata definition.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 2863e935
......@@ -676,7 +676,7 @@ static struct gpio_led ap4evb_leds[] = {
static struct gpio_led_platform_data ap4evb_leds_pdata = {
.num_leds = ARRAY_SIZE(ap4evb_leds),
.leds = &ap4evb_leds,
.leds = ap4evb_leds,
};
static struct platform_device leds_device = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册