projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697534a
)
From 2.6.19 config.h is no longer needed. Added an ifdef statement.
author
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 5 Dec 2006 21:46:20 +0000
(21:46 +0000)
committer
Bernd Porr
<Bernd.Porr@f2s.com>
Tue, 5 Dec 2006 21:46:20 +0000
(21:46 +0000)
include/linux/config.h
patch
|
blob
|
history
diff --git
a/include/linux/config.h
b/include/linux/config.h
index 730550f0251c3f6c0035ce9ffcf98760c1443c39..3a7294b6457ccd8d3b679f6a064a0503ee9302b1 100644
(file)
--- a/
include/linux/config.h
+++ b/
include/linux/config.h
@@
-1,8
+1,11
@@
#ifndef __MULTI_CONFIG_H_
#define __MULTI_CONFIG_H_
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
+
#include <config.h>
#include_next <linux/config.h>
#endif
+#endif