summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/iio_core.h
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-08-30 12:41:08 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-06 16:00:25 -0700
commit9019309c2f32a4479c88047532552bdeea38585a (patch)
tree9607da47eaec5e7eba8b0cb0cddebf5bcb146796 /drivers/staging/iio/iio_core.h
parent47c24fdd4253a2c8d730b978a186923b1af5e879 (diff)
downloadop-kernel-dev-9019309c2f32a4479c88047532552bdeea38585a.zip
op-kernel-dev-9019309c2f32a4479c88047532552bdeea38585a.tar.gz
staging:iio: remove defunct iio_put and iio_get.
All iio dependent modules statically depend on industrialio so these aren't needed. Not sure why they originally existed, but they aren't now. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/iio_core.h')
-rw-r--r--drivers/staging/iio/iio_core.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/iio/iio_core.h b/drivers/staging/iio/iio_core.h
index 433952b..edc295e 100644
--- a/drivers/staging/iio/iio_core.h
+++ b/drivers/staging/iio/iio_core.h
@@ -13,16 +13,6 @@
#ifndef _IIO_CORE_H_
#define _IIO_CORE_H_
-/**
- * iio_put() - internal module reference count reduce
- **/
-void iio_put(void);
-
-/**
- * iio_get() - internal module reference count increase
- **/
-void iio_get(void);
-
int __iio_add_chan_devattr(const char *postfix,
const char *group,
struct iio_chan_spec const *chan,
OpenPOWER on IntegriCloud