summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/iio_simple_dummy_events.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/iio_simple_dummy_events.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/iio_simple_dummy_events.c')
-rw-r--r--drivers/staging/iio/iio_simple_dummy_events.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/iio/iio_simple_dummy_events.c b/drivers/staging/iio/iio_simple_dummy_events.c
index 449c7a5ece80..f85bd197ed31 100644
--- a/drivers/staging/iio/iio_simple_dummy_events.c
+++ b/drivers/staging/iio/iio_simple_dummy_events.c
@@ -12,9 +12,9 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
-#include "iio.h"
-#include "sysfs.h"
-#include "events.h"
+#include <linux/iio/iio.h>
+#include <linux/iio/sysfs.h>
+#include <linux/iio/events.h>
#include "iio_simple_dummy.h"
/* Evgen 'fakes' interrupt events for this example */