[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130130192330.GD20100@spo001.leaseweb.com>
Date: Wed, 30 Jan 2013 20:23:30 +0100
From: Wim Van Sebroeck <wim@...ana.be>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
David Dajun Chen <dchen@...semi.com>,
linux-watchdog@...r.kernel.org
Subject: Re: [PATCH] watchdog: da9055_wdt needs to select WATCHDOG_CORE
Hi Randy,
> From: Randy Dunlap <rdunlap@...radead.org>
>
> DA9055_WATCHDOG needs to select WATCHDOG_CORE so that it will
> build cleanly. Fixes these build errors:
>
> da9055_wdt.c:(.text+0xe9bc7): undefined reference to `watchdog_unregister_device'
> da9055_wdt.c:(.text+0xe9f4b): undefined reference to `watchdog_register_device'
>
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: David Dajun Chen <dchen@...semi.com>
> Cc: Wim Van Sebroeck <wim@...ana.be>
> Cc: linux-watchdog@...r.kernel.org
> ---
> drivers/watchdog/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> Found in linux-next, but also applies to mainline.
>
> --- linux-next-20130128.orig/drivers/watchdog/Kconfig
> +++ linux-next-20130128/drivers/watchdog/Kconfig
> @@ -79,6 +79,7 @@ config DA9052_WATCHDOG
> config DA9055_WATCHDOG
> tristate "Dialog Semiconductor DA9055 Watchdog"
> depends on MFD_DA9055
> + select WATCHDOG_CORE
> help
> If you say yes here you get support for watchdog on the Dialog
> Semiconductor DA9055 PMIC.
Added to linux-watchdog-next.
Kind regards,
Wim.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists