projects
/
~emulex
/
for-vlad
/
old
/
compat.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compat: backport system_nrt_wq
[~emulex/for-vlad/old/compat.git]
/
compat
/
compat-2.6.35.c
diff --git
a/compat/compat-2.6.35.c
b/compat/compat-2.6.35.c
index
abb08c7
..
44a15d6
100644
(file)
--- a/
compat/compat-2.6.35.c
+++ b/
compat/compat-2.6.35.c
@@
-9,8
+9,6
@@
*/
#include <linux/compat.h>
-
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)
#include <linux/ctype.h>
/**
@@
-48,4
+46,3
@@
loff_t noop_llseek(struct file *file, loff_t offset, int origin)
}
EXPORT_SYMBOL(noop_llseek);
-#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35) */