[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5424FFF4.4010506@smartplayin.com>
Date: Fri, 26 Sep 2014 11:26:04 +0530
From: Pramod Gurav <pramod.gurav@...rtplayin.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
CC: Wim Van Sebroeck <wim@...ana.be>, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, Carlo Caione <carlo@...one.org>,
Guenter Roeck <linux@...ck-us.net>
Subject: Re: linux-next: build failure after merge of the watchdog tree
On Friday 26 September 2014 11:10 AM, Stephen Rothwell wrote:
> Hi Wim,
>
> After merging the watchdog tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
>
> drivers/watchdog/meson_wdt.c: In function 'meson_wdt_probe':
> drivers/watchdog/meson_wdt.c:178:2: error: implicit declaration of function 'register_restart_handler' [-Werror=implicit-function-declaration]
> err = register_restart_handler(&meson_wdt->restart_handler);
> ^
> drivers/watchdog/meson_wdt.c: In function 'meson_wdt_remove':
> drivers/watchdog/meson_wdt.c:193:2: error: implicit declaration of function 'unregister_restart_handler' [-Werror=implicit-function-declaration]
> unregister_restart_handler(&meson_wdt->restart_handler);
> ^
>
This is because Guenter Roeck's restart_notifier mechanism [1] has not
yet made it to linux-next.
Oh yes, I checked it now its already pulled in master branch of linux-next.
> Caused by commit 575f4153957b ("ARM: meson: add watchdog driver").
>
> I have reverted that commit for today.
>
[1]: https://patchwork.kernel.org/patch/4746721/
Thanks
Pramod
--
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