aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-15 11:32:05 -0400
committerJiri Kosina <jkosina@suse.cz>2013-03-18 05:59:42 -0400
commite6251fc244a18a53830f38de84e4fcaee2f58662 (patch)
tree6b9637b8a3f93d267c6710f4aecd6b6c270c61c3
parentaa1262b3876ec5249ff464618a7dcd46b3ca54e2 (diff)
itg3200: fix incorrect ifdef comment
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-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)
149{ 149{
150} 150}
151 151
152#endif /* CONFIG_IIO_RING_BUFFER */ 152#endif /* CONFIG_IIO_BUFFER */
153 153
154#endif /* ITG3200_H_ */ 154#endif /* ITG3200_H_ */