Hi all,
After merging the s390 tree, today's linux-next build (s390 allmodconfig)
failed like this:
drivers/s390/char/con3270.c:43:24: error: 'condev' defined but not used [-Werror=unused-variable]
static struct tty3270 *condev;
^~~~~~
Caused by commit
c17fe081ac1f ("s390/3270: unify con3270 + tty3270")
--
Cheers,
Stephen Rothwell
On Tue, Jan 10, 2023 at 08:22:21PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the s390 tree, today's linux-next build (s390 allmodconfig)
> failed like this:
>
> drivers/s390/char/con3270.c:43:24: error: 'condev' defined but not used [-Werror=unused-variable]
> static struct tty3270 *condev;
> ^~~~~~
>
> Caused by commit
>
> c17fe081ac1f ("s390/3270: unify con3270 + tty3270")
Thank you for reporting. This should be fixed now:
https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git/commit/?h=features&id=9cab4f7d98eee90b762ffbc87055c9499d51a635