From: Paul Bolle Date: Fri, 15 Mar 2013 15:32:05 +0000 (+0100) Subject: itg3200: fix incorrect ifdef comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e6251fc244a18a53830f38de84e4fcaee2f58662;p=linux-beck.git itg3200: fix incorrect ifdef comment Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- 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_ */