summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7887_core.c
diff options
context:
space:
mode:
authorJonathan Cameron2011-08-12 18:08:43 +0200
committerGreg Kroah-Hartman2011-08-23 22:31:07 +0200
commitcdf387096e34e71eeb6238183dd1856fd94a4e38 (patch)
treea88b6e060228f3a0690a446c00322684ed257088 /drivers/staging/iio/adc/ad7887_core.c
parentstaging:iio:accel: usused header removals. (diff)
downloadkernel-qcow2-linux-cdf387096e34e71eeb6238183dd1856fd94a4e38.tar.gz
kernel-qcow2-linux-cdf387096e34e71eeb6238183dd1856fd94a4e38.tar.xz
kernel-qcow2-linux-cdf387096e34e71eeb6238183dd1856fd94a4e38.zip
staging:iio:adc: unused header removals.
More headers now not needed after iio_chan_spec conversions. A couple of drivers were using helpers from adc.h. Given these were trivial, they are pushed down into the drivers. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/adc/ad7887_core.c')
-rw-r--r--drivers/staging/iio/adc/ad7887_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/adc/ad7887_core.c b/drivers/staging/iio/adc/ad7887_core.c
index 3d9121e5c37d..a7da9e68ebaa 100644
--- a/drivers/staging/iio/adc/ad7887_core.c
+++ b/drivers/staging/iio/adc/ad7887_core.c
@@ -17,7 +17,7 @@
#include "../iio.h"
#include "../sysfs.h"
#include "../ring_generic.h"
-#include "adc.h"
+
#include "ad7887.h"