Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 738e1e1b authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a35ccfe0
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -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);
struct comedi_device *comedi_dev_get_from_minor(unsigned minor);
int comedi_dev_put(struct comedi_device *dev);
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 */
/* subdevice runflags */
enum subdevice_runflags {
enum subdevice_runflags {
	SRF_RT = 0x00000002,
	SRF_RT = 0x00000002,