浏览代码

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

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 15 年之前
父节点
当前提交
8050fbf268
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-shmobile/board-ap4evb.c

+ 1 - 1
arch/arm/mach-shmobile/board-ap4evb.c

@@ -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 = {