summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/industrialio-trigger.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-08-12 17:56:03 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 13:34:24 -0700
commitdf9c1c42c26f9a516dd44c956cff301741a0884e (patch)
tree506c45b99a203e54d6de97692fa867426199cfa2 /drivers/staging/iio/industrialio-trigger.c
parent657b90473b925da471e92fd207b127d3059e8d5b (diff)
downloadop-kernel-dev-df9c1c42c26f9a516dd44c956cff301741a0884e.zip
op-kernel-dev-df9c1c42c26f9a516dd44c956cff301741a0884e.tar.gz
staging:iio: Introduce iio_core.h and move all core only stuff out of iio.h.
Also get rid of a few function defs where they are only now in one core file anyway. Whilst here add mask = 0 to get rid of warning. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/industrialio-trigger.c')
-rw-r--r--drivers/staging/iio/industrialio-trigger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/industrialio-trigger.c b/drivers/staging/iio/industrialio-trigger.c
index 513a7a0..ebacfda 100644
--- a/drivers/staging/iio/industrialio-trigger.c
+++ b/drivers/staging/iio/industrialio-trigger.c
@@ -18,6 +18,7 @@
#include "iio.h"
#include "trigger.h"
+#include "iio_core.h"
#include "trigger_consumer.h"
/* RFC - Question of approach
OpenPOWER on IntegriCloud