aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/iio/iio_core.h
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-08-30 12:32:48 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-06 15:59:10 -0700
commitf625cb97d4d58f311a9606a4bcf9d9a334ca9952 (patch)
treebd49b3bc5a2ed828a5e548c9413e4fe2f5de9c88 /drivers/staging/iio/iio_core.h
parent1aa042783251c27a93e31929c24647729db326d4 (diff)
staging: iio: remove now defunct header definitions and add some statics
Now we have combined all chrdevs into one, some bits and bobs are only needed in industrialio-core.c and don't need to be in the core header. Also remove some unused defines. 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/iio/iio_core.h b/drivers/staging/iio/iio_core.h
index a27fa05d6609..433952bb843a 100644
--- a/drivers/staging/iio/iio_core.h
+++ b/drivers/staging/iio/iio_core.h
@@ -14,13 +14,6 @@
#define _IIO_CORE_H_
/**
- * iio_device_get_chrdev_minor() - get an unused minor number
- **/
-int iio_device_get_chrdev_minor(void);
-void iio_device_free_chrdev_minor(int val);
-
-
-/**
* iio_put() - internal module reference count reduce
**/
void iio_put(void);
@@ -30,8 +23,6 @@ void iio_put(void);
**/
void iio_get(void);
-extern dev_t iio_devt;
-
int __iio_add_chan_devattr(const char *postfix,
const char *group,
struct iio_chan_spec const *chan,