From 8b7f03f241247d4c995e4a7621b7ee45a15075ae Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 9 Feb 2000 04:59:22 +0000 Subject: [PATCH] Removed unnecessary header files --- comedi/rtl.c | 1 - comedi/rtl.h | 20 -------------------- comedi/rtl_v1.h | 23 ----------------------- 3 files changed, 44 deletions(-) delete mode 100644 comedi/rtl.h delete mode 100644 comedi/rtl_v1.h diff --git a/comedi/rtl.c b/comedi/rtl.c index a804ed8f..98a0a357 100644 --- a/comedi/rtl.c +++ b/comedi/rtl.c @@ -4,7 +4,6 @@ */ #include -#include "rtl.h" #include #include diff --git a/comedi/rtl.h b/comedi/rtl.h deleted file mode 100644 index 30b2c82e..00000000 --- a/comedi/rtl.h +++ /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 index 97cceef2..00000000 --- a/comedi/rtl_v1.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * RTL compatibility,, version 1 - * - */ - -#ifndef __COMEDI_RTL_V1_H -#define __COMEDI_RTL_V1_H - -#include - -#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 - -- 2.26.2