Re: [PATCH] staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.

2019-06-05 Thread Valerio G
Hi, Thanks for the feedback. I re-submitted the patch as v2. best, Valerio Il 05/06/19 18:11, Greg KH ha scritto: > On Wed, Jun 05, 2019 at 05:57:11PM +0200, Valerio Genovese wrote: >> This was reported by sparse: >> drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:39:7: warning: symbol >>

Re: [PATCH] staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.

2019-06-05 Thread Greg KH
On Wed, Jun 05, 2019 at 05:57:11PM +0200, Valerio Genovese wrote: > This was reported by sparse: > drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:39:7: warning: symbol > 'kpc_dma_add_device > ' was not declared. Should it be static? > > Signed-off-by: Valerio Genovese > --- >

RE: [PATCH] staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.

2019-06-05 Thread Matt Sickler
>This was reported by sparse: >drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:39:7: warning: symbol >'kpc_dma_add_device >' was not declared. Should it be static? > >Signed-off-by: Valerio Genovese >--- > drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.h | 1 + > 1 file changed, 1 insertion(+) >

[PATCH] staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.

2019-06-05 Thread Valerio Genovese
This was reported by sparse: drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:39:7: warning: symbol 'kpc_dma_add_device ' was not declared. Should it be static? Signed-off-by: Valerio Genovese --- drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.h | 1 + 1 file changed, 1 insertion(+) diff