diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2021-03-01 19:57:56 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-10 11:25:31 +0300 |
| commit | 04b2dcca27774655ea96f335c14745b48741e443 (patch) | |
| tree | 3dc4237adc9e25f7bc1e662314e6bb95d2b819ab /scripts/basic | |
| parent | 3d7b3101bfeaf6a33e3b4fe4ca08419d057edb5f (diff) | |
| download | linux-04b2dcca27774655ea96f335c14745b48741e443.tar.xz | |
staging: comedi: dt2814: Remove struct dt2814_private
The `ntrig` member of the `struct dt2814_private` pointed to by
`dev->private` is no longer used as a counter to determine the end of
acquisition for a Comedi asynchronous command. The other member
`curadscan` is also unused. Remove the allocation of the private data
during initialization and remove the definition of `struct
dt2814_private` since they are no longer needed.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20210301165757.243065-6-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
