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)
commit6705e1277c21976f74ab3b3870b0f16d7cc78232
tree0bae31097f6ebfecde2f53eff101fe830189981b
parent2763ea0585c999f0bd98d67cbeadee8d872103a2
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