RE: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-16 Thread Kukjin Kim
Tushar Behera wrote: > > On Monday 11 July 2011 09:53 PM, Sangwook Lee wrote: > > Function declaration differs between file: dma.c and file:dma.h > > and SPARSE (Documentation/sparse.txt) gives error messages > > > > All dma channels are members of 'enum dma_ch' and not 'unsigned int' > > Please h

RE: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-16 Thread Kukjin Kim
Sangwook Lee wrote: > > Function declaration differs between file: dma.c and file:dma.h > and SPARSE (Documentation/sparse.txt) gives error messages > > All dma channels are members of 'enum dma_ch' and not 'unsigned int' > Please have a look at channel definitions in: > arch/arm/mach-s3c64xx/inc

Re: [PATCH] ARM:SAMSUNG: DMA Cleanup as per sparse [re-submit]

2011-07-11 Thread Tushar Behera
On Monday 11 July 2011 09:53 PM, Sangwook Lee wrote: Function declaration differs between file: dma.c and file:dma.h and SPARSE (Documentation/sparse.txt) gives error messages All dma channels are members of 'enum dma_ch' and not 'unsigned int' Please have a look at channel definitions in: arch/