]> git.baikalelectronics.ru Git - kernel.git/commit
iio: stx104: Remove unneeded struct stx104_dev code
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Mon, 30 Jan 2017 13:58:50 +0000 (08:58 -0500)
committerJonathan Cameron <jic23@kernel.org>
Mon, 30 Jan 2017 20:05:14 +0000 (20:05 +0000)
commit0f52808616de08d6c64ede20465e427aebe57ed4
tree0bae31097f6ebfecde2f53eff101fe830189981b
parenta80d0552af9c25df23f29758b98b98ba24965331
iio: stx104: Remove unneeded struct stx104_dev code

The stx104_dev structure was used to hold private data for use in the
stx104_remove function. Now that the stx104_remove function is gone, the
stx104_dev structure and relevant code is no longer needed. This patch
removes the unnecessary code.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/stx104.c