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
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