2024-04-15 05:22:44

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the char-misc tree

Hi all,

After merging the char-misc tree, today's linux-next build (htmldocs)
produced this warning:

drivers/uio/uio.c:446: warning: expecting prototype for uio_interrupt(). Prototype was for uio_interrupt_handler() instead

Introduced by commit

f8a27dfa4b82 ("uio: use threaded interrupts")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-04-15 07:21:51

by Greg KH

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the char-misc tree

On Mon, Apr 15, 2024 at 03:22:27PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the char-misc tree, today's linux-next build (htmldocs)
> produced this warning:
>
> drivers/uio/uio.c:446: warning: expecting prototype for uio_interrupt(). Prototype was for uio_interrupt_handler() instead
>
> Introduced by commit
>
> f8a27dfa4b82 ("uio: use threaded interrupts")

Thanks:
https://lore.kernel.org/r/[email protected]
should fix this up, I'll go apply that now.

greg k-h