#include <linux/io.h>
#include <linux/version.h>
#include <linux/vlynq.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
#include <linux/leds.h>
-#endif
#include <asm/addrspace.h>
#include <asm/ar7/ar7.h>
};
#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
static struct gpio_led default_leds[] = {
{ .name = "status", .gpio = 8, .active_low = 1, },
};
.platform_data = &ar7_led_data,
}
};
-#endif
static struct platform_device ar7_udc = {
.id = -1,
if (res)
return res;
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
#warning FIXME: add model detection
ar7_led_data.num_leds = ARRAY_SIZE(default_leds);
ar7_led_data.leds = default_leds;
res = platform_device_register(&ar7_gpio_leds);
-#endif
if (res)
return res;