diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-06-12 08:39:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 17:50:51 -0400 |
commit | 988bb033d703c8b2e0e71c63f3f55616a0220ced (patch) | |
tree | b7e7ce3181456a8048bebe1eb62a6a10717fad57 /include/linux/iio | |
parent | 011c10c351f3f081b496e2197db2948d120cc26c (diff) |
iio: drop comment about 'real' channels
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/iio')
-rw-r--r-- | include/linux/iio/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h index 1b073b1cc7c2..d086736a9033 100644 --- a/include/linux/iio/types.h +++ b/include/linux/iio/types.h | |||
@@ -11,7 +11,6 @@ | |||
11 | #define _IIO_TYPES_H_ | 11 | #define _IIO_TYPES_H_ |
12 | 12 | ||
13 | enum iio_chan_type { | 13 | enum iio_chan_type { |
14 | /* real channel types */ | ||
15 | IIO_VOLTAGE, | 14 | IIO_VOLTAGE, |
16 | IIO_CURRENT, | 15 | IIO_CURRENT, |
17 | IIO_POWER, | 16 | IIO_POWER, |