瀏覽代碼

itg3200: fix incorrect ifdef comment

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle 12 年之前
父節點
當前提交
e6251fc244
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/iio/gyro/itg3200.h

+ 1 - 1
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_ */