From 218b08a34dc0ac5f57eb4c91537f8024ac3114d0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 14 Sep 2001 04:00:53 +0000 Subject: [PATCH] Removed last remnants of trig support for drivers --- include/linux/comedidev.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/linux/comedidev.h b/include/linux/comedidev.h index 3b41c2c5..44cfff66 100644 --- a/include/linux/comedidev.h +++ b/include/linux/comedidev.h @@ -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 -- 2.26.2