X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcompat.h;fp=include%2Flinux%2Fcompat.h;h=9760753e662b4f735583034b17a1e0ed5c24dc07;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=6d3a654be1ae8d7626c267de8208a6ba31770245;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/linux/compat.h b/include/linux/compat.h index 6d3a654be..9760753e6 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -4,7 +4,6 @@ * These are the type definitions for the architecture specific * syscall compatibility layer. */ -#include #ifdef CONFIG_COMPAT @@ -227,5 +226,7 @@ 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 */