Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / linux / compat.h
index 9760753..6d3a654 100644 (file)
@@ -4,6 +4,7 @@
  * These are the type definitions for the architecture specific
  * syscall compatibility layer.
  */
+#include <linux/config.h>
 
 #ifdef CONFIG_COMPAT
 
@@ -226,7 +227,5 @@ static inline int compat_timespec_compare(struct compat_timespec *lhs,
 
 asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
 
-extern int compat_printk(const char *fmt, ...);
-
 #endif /* CONFIG_COMPAT */
 #endif /* _LINUX_COMPAT_H */