瀏覽代碼

staging: iio: Documentation: iio_event_monitor: Include linux/iio/types.h

By adding this line and installing the kernel headers with
make headers_install, iio_event_monitor can be compiled without
any hacks.

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Roberta Dobrescu 10 年之前
父節點
當前提交
95763859c0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/iio/Documentation/iio_event_monitor.c

+ 1 - 0
drivers/staging/iio/Documentation/iio_event_monitor.c

@@ -28,6 +28,7 @@
 #include <sys/ioctl.h>
 #include "iio_utils.h"
 #include <linux/iio/events.h>
+#include <linux/iio/types.h>
 
 static const char * const iio_chan_type_name_spec[] = {
 	[IIO_VOLTAGE] = "voltage",