diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-06-14 13:45:09 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-15 00:28:46 (GMT) |
commit | a529ae4ba3acfd97210769e3445e8d8b07ca1112 (patch) | |
tree | f25b3b70c41d2df2aacf00182b78ca9ac4f59f16 | |
parent | 364ed2f4653d7c86ebedcc116a9cb34fd272867c (diff) | |
download | linux-a529ae4ba3acfd97210769e3445e8d8b07ca1112.tar.xz |
iio: drop wrong reference from Kconfig
The documentation lives in drivers/staging/iio/Documentation, but
according to Jonathan it's obsolete and needs fixing.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/iio/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig index 56eecef..2ec93da 100644 --- a/drivers/iio/Kconfig +++ b/drivers/iio/Kconfig @@ -8,8 +8,7 @@ menuconfig IIO help The industrial I/O subsystem provides a unified framework for drivers for many different types of embedded sensors using a - number of different physical interfaces (i2c, spi, etc). See - Documentation/iio for more information. + number of different physical interfaces (i2c, spi, etc). if IIO |