From: Daniel Baluta Date: Tue, 10 Feb 2015 16:33:51 +0000 (+0200) Subject: iio: Export userspace IIO headers X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~102^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293487c8ecc1103f4625cea5e90e1ba0cc89660f;p=pandora-kernel.git iio: Export userspace IIO headers After UAPI header file split [1] all user-kernel interfaces were placed under include/uapi/. This patch moves IIO user specific API from: * include/linux/iio/events.h => include/uapi/linux/iio/events.h * include/linux/types.h => include/uapi/linux/types.h Now there is no need for nasty tricks to compile userspace programs (e.g iio_event_monitor). Just installing the kernel headers with make headers_install command does the job. [1] http://lwn.net/Articles/507794/ Signed-off-by: Daniel Baluta Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed