changes due to modbuild
authorDavid Schleef <ds@schleef.org>
Wed, 9 Aug 2000 20:42:48 +0000 (20:42 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 9 Aug 2000 20:42:48 +0000 (20:42 +0000)
comedi/comedi_fops.c
comedi/comedi_module.h
comedi/proc.c

index f93c9f0bca209f3de73b8343b6c8db74e4eefc26..1e7812312cc96031a92a7bd4aba54f6f4eba51f6 100644 (file)
@@ -1565,7 +1565,7 @@ int comedi_init(void)
 {
        int i;
 
-       printk("comedi: version " COMEDI_VERSION " - David Schleef <ds@stm.lbl.gov>\n");
+       printk("comedi: version " COMEDI_RELEASE " - David Schleef <ds@stm.lbl.gov>\n");
        if(register_chrdev(COMEDI_MAJOR,"comedi",&comedi_fops)){
                printk("comedi: unable to get major %d\n",COMEDI_MAJOR);
                return -EIO;
index 8c64b0e71c62c36f60c824c374f3ac3fc6062e2a..4a1cfdbea0d1cfb92da75a5b1cfb1c757ebd8150 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/errno.h>
 #include <comedi.h>
 #include <linux/config.h>
+#include <comedi/version.h>
 
 
 #include "kern_compat.h"
index 20eed70ee88f5ae3934ea5d194fb9cd5a322d68f..f6e0fbf2b2f222068ac87d6b59cb74845cac4308 100644 (file)
@@ -65,7 +65,7 @@ int comedi_read_procmem(char *buf,char **start,off_t offset,int len,int *eof,voi
        int l=0;
        
        l+=sprintf(buf+l,
-               "comedi version " COMEDI_VERSION "\n"
+               "comedi version " COMEDI_RELEASE "\n"
                "format string: %s\n",
                "\"%2d: %-20s %-20s %4d\",i,driver_name,board_name,n_subdevices");