Hi Florian, On Thu, Jun 2, 2011 at 2:54 PM, Florian Fainelli <florian@xxxxxxxxxxx> wrote: > > Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx> > --- > diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c While you're at it, please change line 246 from static struct platform_driver mtx1_wdt = { to static struct platform_driver mtx1_wdt_driver = { to get rid of a really annoying section mismatch warning. Thanks! Manuel Lauss