summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7518db7)
+#include <linux/types.h>
+#include <linux/memory.h>
+#include <linux/i2c-gpio.h>
+#include <linux/types.h>
+#include <linux/memory.h>
+#include <linux/i2c-gpio.h>
++#include <linux/leds.h>
+
+#include <asm/setup.h>
+#include <asm/hardware.h>
+
+#include <asm/setup.h>
+#include <asm/hardware.h>
+ {
+ .name = "pronghorn:green:status",
+ .gpio = 7,
+ {
+ .name = "pronghorn:green:status",
+ .gpio = 7,
+};
+
+static struct gpio_led_platform_data pronghorn_led_data = {
+};
+
+static struct gpio_led_platform_data pronghorn_led_data = {
-+ .num_leds = ARRAY_SIZE(pronghorn_led_pin),
+ .leds = pronghorn_led_pin,
+};
+
+ .leds = pronghorn_led_pin,
+};
+