summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorH Hartley Sweeten2015-01-20 20:05:59 +0100
committerGreg Kroah-Hartman2015-01-25 12:59:09 +0100
commit738e1e1bd7995208e968fe9ad5424856f7f44b65 (patch)
tree1de15b1279735a9b061298c690b3dc96b59a5c9c /drivers/staging
parentstaging: comedi: comedidev.h: remove unused "minor bits" information (diff)
downloadkernel-qcow2-linux-738e1e1bd7995208e968fe9ad5424856f7f44b65.tar.gz
kernel-qcow2-linux-738e1e1bd7995208e968fe9ad5424856f7f44b65.tar.xz
kernel-qcow2-linux-738e1e1bd7995208e968fe9ad5424856f7f44b65.zip
staging: comedi: comedidev.h: remove unused "polling" function prototypes
These "polling" functions are not implemented in the comedi core. Remove the unnecessary prototypes. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/comedi/comedidev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
index 84245fb1b960..928572fc958c 100644
--- a/drivers/staging/comedi/comedidev.h
+++ b/drivers/staging/comedi/comedidev.h
@@ -302,11 +302,6 @@ void comedi_event(struct comedi_device *dev, struct comedi_subdevice *s);
struct comedi_device *comedi_dev_get_from_minor(unsigned minor);
int comedi_dev_put(struct comedi_device *dev);
-void init_polling(void);
-void cleanup_polling(void);
-void start_polling(struct comedi_device *);
-void stop_polling(struct comedi_device *);
-
/* subdevice runflags */
enum subdevice_runflags {
SRF_RT = 0x00000002,