[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221104124840.51ab5b5c@canb.auug.org.au>
Date: Fri, 4 Nov 2022 12:48:40 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Corey Minyard <cminyard@...sta.com>
Cc: "Steven Rostedt (Google)" <rostedt@...dmis.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the ipmi tree
Hi all,
After merging the ipmi tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/char/ipmi/ipmi_ssif.c: In function 'shutdown_ssif':
drivers/char/ipmi/ipmi_ssif.c:1276:9: error: implicit declaration of function 'del_timer_shutdown'; did you mean 'device_shutdown'? [-Werror=implicit-function-declaration]
1276 | del_timer_shutdown(&ssif_info->watch_timer);
| ^~~~~~~~~~~~~~~~~~
| device_shutdown
cc1: all warnings being treated as errors
drivers/char/ipmi/ipmi_msghandler.c: In function 'cleanup_ipmi':
drivers/char/ipmi/ipmi_msghandler.c:5547:17: error: implicit declaration of function 'del_timer_shutdown'; did you mean 'device_shutdown'? [-Werror=implicit-function-declaration]
5547 | del_timer_shutdown(&ipmi_timer);
| ^~~~~~~~~~~~~~~~~~
| device_shutdown
cc1: all warnings being treated as errors
Caused by commit
306ab2918b4c ("timers: ipmi: Use del_timer_shutdown() before freeing timer")
I have used the ipmi tree from next-20221103 for today.
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists