summaryrefslogtreecommitdiffstats
path: root/include/linux/iio
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-15 16:32:05 +0100
committerJiri Kosina <jkosina@suse.cz>2013-03-18 10:59:42 +0100
commite6251fc244a18a53830f38de84e4fcaee2f58662 (patch)
tree6b9637b8a3f93d267c6710f4aecd6b6c270c61c3 /include/linux/iio
parentaa1262b3876ec5249ff464618a7dcd46b3ca54e2 (diff)
downloadlinux-e6251fc244a18a53830f38de84e4fcaee2f58662.tar.gz
linux-e6251fc244a18a53830f38de84e4fcaee2f58662.tar.xz
itg3200: fix incorrect ifdef comment
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/iio')
-rw-r--r--include/linux/iio/gyro/itg3200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iio/gyro/itg3200.h b/include/linux/iio/gyro/itg3200.h
index c53f16914b77..2a820850f284 100644
--- a/include/linux/iio/gyro/itg3200.h
+++ b/include/linux/iio/gyro/itg3200.h
@@ -149,6 +149,6 @@ static inline void itg3200_buffer_unconfigure(struct iio_dev *indio_dev)
{
}
-#endif /* CONFIG_IIO_RING_BUFFER */
+#endif /* CONFIG_IIO_BUFFER */
#endif /* ITG3200_H_ */