summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/kfifo_buf.c
diff options
context:
space:
mode:
authorJonathan Cameron2012-04-25 16:54:58 +0200
committerGreg Kroah-Hartman2012-04-25 20:01:43 +0200
commit06458e277eac2b8761b0a04d3c808d57be281a2e (patch)
treecba55bcbdd101a3ab84bfe27fccdb9efd18d757e /drivers/staging/iio/kfifo_buf.c
parentstaging:iio:Documentation Trivial typo fixes. (diff)
downloadkernel-qcow2-linux-06458e277eac2b8761b0a04d3c808d57be281a2e.tar.gz
kernel-qcow2-linux-06458e277eac2b8761b0a04d3c808d57be281a2e.tar.xz
kernel-qcow2-linux-06458e277eac2b8761b0a04d3c808d57be281a2e.zip
IIO: Move core headers to include/linux/iio
Step 1 in moving the IIO core out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/kfifo_buf.c')
-rw-r--r--drivers/staging/iio/kfifo_buf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/iio/kfifo_buf.c b/drivers/staging/iio/kfifo_buf.c
index 9f3bd59c0e72..6bf9d05f4841 100644
--- a/drivers/staging/iio/kfifo_buf.c
+++ b/drivers/staging/iio/kfifo_buf.c
@@ -5,8 +5,7 @@
#include <linux/workqueue.h>
#include <linux/kfifo.h>
#include <linux/mutex.h>
-
-#include "kfifo_buf.h"
+#include <linux/iio/kfifo_buf.h>
struct iio_kfifo {
struct iio_buffer buffer;