projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf1524d
)
Remove kern_compat, because it isn't used anymore.
author
David Schleef
<ds@schleef.org>
Mon, 13 Aug 2001 10:27:54 +0000
(10:27 +0000)
committer
David Schleef
<ds@schleef.org>
Mon, 13 Aug 2001 10:27:54 +0000
(10:27 +0000)
Fixed COMEDI_RELEASE. Pendantry.
include/linux/comedidev.h
patch
|
blob
|
history
diff --git
a/include/linux/comedidev.h
b/include/linux/comedidev.h
index 31b2870b6cd001a5961b01454298c4167e69683c..bf46295b28cd9c371339377fce18f4eba1a8d3dd 100644
(file)
--- a/
include/linux/comedidev.h
+++ b/
include/linux/comedidev.h
@@
-32,8
+32,6
@@
#include <linux/comedi.h>
-#include "kern_compat.h"
-
#ifdef CONFIG_COMEDI_DEBUG
#define DPRINTK(format, args...) printk("comedi: " format , ## args )
#else
@@
-42,7
+40,7
@@
#ifndef COMEDI_VERSION_CODE
#define COMEDI_VERSION_CODE 0x10000
-#define COMEDI_
VERSION
"1.0.0"
+#define COMEDI_
RELEASE
"1.0.0"
#endif
#ifdef MODULE