Removed unnecessary header files
authorDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2000 04:59:22 +0000 (04:59 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2000 04:59:22 +0000 (04:59 +0000)
comedi/rtl.c
comedi/rtl.h [deleted file]
comedi/rtl_v1.h [deleted file]

index a804ed8f2ce2c3030eb231d81bcf50504df73137..98a0a357e8ec19ac42d8599e0937f688168742f5 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #include <comedi_module.h>
-#include "rtl.h"
 
 #include <linux/kernel.h>
 #include <linux/string.h>
diff --git a/comedi/rtl.h b/comedi/rtl.h
deleted file mode 100644 (file)
index 30b2c82..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  rt_printk.c, hacked from linux/kernel/printk.c
- *
- * Modified for RT support, David Schleef
- */
-
-#ifndef __COMEDI_RTL_H
-#define __COMEDI_RTL_H
-
-int rt_printk(const char *fmt, ...);
-
-void rt_printk_cleanup(void);
-int rt_printk_init(void);
-
-void comedi_rtl_init(void);
-void comedi_rtl_cleanup(void);
-
-
-#endif
-
diff --git a/comedi/rtl_v1.h b/comedi/rtl_v1.h
deleted file mode 100644 (file)
index 97cceef..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- *  RTL compatibility,, version 1
- *
- */
-
-#ifndef __COMEDI_RTL_V1_H
-#define __COMEDI_RTL_V1_H
-
-#include <asm/rt_irq.h>
-
-#if 0
-int rt_printk(const char *fmt, ...);
-
-void rt_printk_cleanup(void);
-int rt_printk_init(void);
-#endif
-
-void comedi_rtl_v1_init(void);
-void comedi_rtl_v1_cleanup(void);
-
-
-#endif
-