Hi, On Thu, Sep 16, 2010 at 07:09:00PM -0500, Tony Lindgren wrote:
diff --git a/drivers/cbus/retu.c b/drivers/cbus/retu.c index 1397366..4a072da 100644 --- a/drivers/cbus/retu.c +++ b/drivers/cbus/retu.c @@ -531,11 +531,11 @@ static int __init retu_init(void) /* Set up correct gpio number on struct resource */ retu_resource[0].start = gpio_to_irq(retu_irq_pin); - ret = platform_driver_probe(&retu_driver, retu_probe); + ret = platform_device_register(&retu_device);
ok, good catch :-) Thanks a lot. -- balbi -- 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