mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
staging: comedi: pcl816: remove 'dmasamplesize' from private data
This member of the private data is not used. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b0b908549e
commit
080ee8820d
@@ -112,7 +112,6 @@ struct pcl816_private {
|
||||
unsigned int hwdmasize;
|
||||
unsigned long dmabuf[2]; /* pointers to begin of DMA buffers */
|
||||
unsigned int hwdmaptr[2]; /* hardware address of DMA buffers */
|
||||
unsigned int dmasamplsize; /* size in samples hwdmasize[0]/2 */
|
||||
int next_dma_buf; /* which DMA buffer will be used next round */
|
||||
long dma_runs_to_end; /* how many we must permorm DMA transfer to end of record */
|
||||
unsigned long last_dma_run; /* how many bytes we must transfer on last DMA page */
|
||||
|
||||
Reference in New Issue
Block a user