kernel compile fixes
authorDavid Schleef <ds@schleef.org>
Thu, 13 Jul 2000 00:42:44 +0000 (00:42 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 13 Jul 2000 00:42:44 +0000 (00:42 +0000)
comedi/comedi_module.h

index 9a213cb7ac08807412851137a5f4bfefe09a58d6..c21064236aadf40876ef3b52dfb0b167044e3cf0 100644 (file)
 #include <linux/version.h>
 #include <linux/config.h>
 #include <linux/kdev_t.h>
-#include <config.h>
 #include <linux/malloc.h>
 #include <linux/errno.h>
 #include <comedi.h>
+#ifdef COMEDI_STANDALONE
+#include <config.h>
+#endif
 
 
-#include <kern_compat.h>
+#include "kern_compat.h"
 
 #ifdef CONFIG_COMEDI_RT
 #include <comedi_rt.h>
 #define DPRINTK(format, args...)       /* */
 #endif
 
+#ifndef COMEDI_VERSION_CODE
+#define COMEDI_VERSION_CODE 0x10000
+#define COMEDI_VERSION "1.0.0"
+#endif
 
 typedef struct comedi_device_struct comedi_device;
 typedef struct comedi_subdevice_struct comedi_subdevice;