Re: [PATCH v2 5/7] sparc32: Do not select GENERIC_ISA_DMA

"Maciej W. Rozycki" <[email protected]> Sat, 9 Mar 2024 09:04:40 +0000 (GMT)
Newsgroups gmane.linux.ports.sparc,gmane.linux.parport,gmane.linux.kernel
Message-ID <[email protected]>
On Fri, 8 Mar 2024, Andreas Larsson wrote:

> > From: Sam Ravnborg <[email protected]>
> > 
> > sparc32 do not support generic isa dma, so do not select the symbol.
> > 
> > This fixes the following warnings:
> > dma.c:70:5: error: no previous prototype for 'request_dma' [-Werror=missing-prototypes]
> > dma.c:88:6: error: no previous prototype for 'free_dma' [-Werror=missing-prototypes]
> > 
> > Signed-off-by: Sam Ravnborg <[email protected]>
> > Fixes: 0fcb70851fbf ("Makefile.extrawarn: turn on missing-prototypes globally")
> > Acked-by: Randy Dunlap <[email protected]>
> > Tested-by: Randy Dunlap <[email protected]> # build-tested
> > Cc: Andreas Larsson <[email protected]>
> > Cc: "David S. Miller" <[email protected]>
> > Cc: Randy Dunlap <[email protected]>
> > Cc: Maciej W. Rozycki <[email protected]>
> > ---
> >  arch/sparc/Kconfig | 4 ----
> >  1 file changed, 4 deletions(-)
> 
> Reviewed-by: Andreas Larsson <[email protected]>

Reviewed-by: Maciej W. Rozycki <[email protected]>
Tested-by: Maciej W. Rozycki <[email protected]> # build-tested

  Maciej