summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ni_daq_700.c
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2014-07-10 12:45:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-10 15:13:40 -0700
commit52dc09775829e68c20061197a88bd2471c71ce70 (patch)
treecd857012a7f38edfce52582b96f1afd2c7d8b54d /drivers/staging/comedi/drivers/ni_daq_700.c
parent99948ba7c8eef166979cf5b0c466f48cabba82f2 (diff)
staging: comedi: ni_daq_700: remove MODULE_VERSION() and commentary
We don't module version numbers for in-kernel drivers. The kernel version number is sufficient information. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/drivers/ni_daq_700.c')
-rw-r--r--drivers/staging/comedi/drivers/ni_daq_700.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/comedi/drivers/ni_daq_700.c b/drivers/staging/comedi/drivers/ni_daq_700.c
index 3d841d4eb552..5e472cb7fbd7 100644
--- a/drivers/staging/comedi/drivers/ni_daq_700.c
+++ b/drivers/staging/comedi/drivers/ni_daq_700.c
@@ -43,12 +43,6 @@
*
* IRQ is assigned but not used.
*
- * Version 0.1 Original DIO only driver
- * Version 0.2 DIO and basic AI analog input support on 16 se channels
- * Version 0.3 Add SE or DIFF mode and range switching +-10,+-5,+-2.5
- * Clear the FIFO of data before the conversion to handle card
- * mode switching glitches.
- *
* Manuals: Register level: http://www.ni.com/pdf/manuals/340698.pdf
* User Manual: http://www.ni.com/pdf/manuals/320676d.pdf
*/
@@ -295,5 +289,4 @@ module_comedi_pcmcia_driver(daq700_driver, daq700_cs_driver);
MODULE_AUTHOR("Fred Brooks <nsaspook@nsaspook.com>");
MODULE_DESCRIPTION(
"Comedi driver for National Instruments PCMCIA DAQCard-700 DIO/AI");
-MODULE_VERSION("0.3.00");
MODULE_LICENSE("GPL");