11 #include <linux/kernel.h>
46 static struct gpio_led dockstar_led_pins[] = {
48 .name =
"dockstar:green:health",
49 .default_trigger =
"default-on",
54 .name =
"dockstar:orange:misc",
55 .default_trigger =
"none",
62 .leds = dockstar_led_pins,
70 .platform_data = &dockstar_led_data,
74 static unsigned int dockstar_mpp_config[]
__initdata = {
81 static void __init dockstar_init(
void)
105 .atag_offset = 0x100,
106 .init_machine = dockstar_init,