Removed last remnants of trig support for drivers
authorDavid Schleef <ds@schleef.org>
Fri, 14 Sep 2001 04:00:53 +0000 (04:00 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 14 Sep 2001 04:00:53 +0000 (04:00 +0000)
include/linux/comedidev.h

index 3b41c2c5eb816b281bdddae05214b1c988beae5a..44cfff663306aca07289c93ce14270e8ef989a44 100644 (file)
@@ -86,11 +86,6 @@ struct comedi_subdevice_struct{
 
        unsigned int *chanlist;         /* driver-owned chanlist (not used) */
 
-#ifdef CONFIG_COMEDI_TRIG
-       comedi_trig     cur_trig;       /* current trig structure */
-       int (*trig[5])(comedi_device *,comedi_subdevice *,comedi_trig *);
-#endif
-
        int (*insn_read)(comedi_device *,comedi_subdevice *,comedi_insn *,lsampl_t *);
        int (*insn_write)(comedi_device *,comedi_subdevice *,comedi_insn *,lsampl_t *);
        int (*insn_bits)(comedi_device *,comedi_subdevice *,comedi_insn *,lsampl_t *);
@@ -220,11 +215,6 @@ void stop_polling(comedi_device *);
 void comedi_proc_init(void);
 void comedi_proc_cleanup(void);
 
-#ifdef CONFIG_COMEDI_TRIG
-int di_unpack(unsigned int bits,comedi_trig *it);
-int do_pack(unsigned int *bits,comedi_trig *it);
-#endif
-
 
 #define SRF_USER               0x00000001
 #define SRF_RT                 0x00000002