projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0561373
)
defines from comedi's config.h in the top-level comedi directory
author
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 19 Dec 2006 02:20:58 +0000
(
02:20
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 19 Dec 2006 02:20:58 +0000
(
02:20
+0000)
are still used.
include/linux/config.h
patch
|
blob
|
history
diff --git
a/include/linux/config.h
b/include/linux/config.h
index ed988d4d1951906d034f8860c45e580642914e7c..95cbcf64fcce99318af0f27261a6ab097a4b5340 100644
(file)
--- a/
include/linux/config.h
+++ b/
include/linux/config.h
@@
-3,11
+3,10
@@
#include <linux/version.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
-
#include <config.h>
-#include_next <linux/config.h>
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
+#include_next <linux/config.h>
#endif
#endif