staging: comedi: s626: remove unused DMAHandle
The `DMAHandle` member of `struct bufferDMA` in "s626.h" is unused, so remove it. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
730b8e1557
commit
869db884c7
@ -631,7 +631,6 @@
|
||||
struct bufferDMA {
|
||||
dma_addr_t PhysicalBase;
|
||||
void *LogicalBase;
|
||||
uint32_t DMAHandle;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user