this will serve as a backlight driver. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/cbus/tahvo.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/cbus/tahvo.c b/drivers/cbus/tahvo.c index 1540042..623dacb 100644 --- a/drivers/cbus/tahvo.c +++ b/drivers/cbus/tahvo.c @@ -301,6 +301,10 @@ static int tahvo_allocate_children(struct device *parent, int irq_base) if (!child) return -ENOMEM; + child = tahvo_allocate_child("tahvo-pwm", parent, -1); + if (!child) + return -ENOMEM; + return 0; } -- 1.7.6.396.ge0613 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html