X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Flinux%2Fcompat.h;h=63609398ef9f21bca890619d29be4329df4c079e;hb=6b5e09a748ad0a0b198d0e268c7e689044bfe48a;hp=f964ef79e0adfc387c46026e05ba52c829c3baa1;hpb=da92223908f309d5ba63ce7dd568dfb6a7e5d7d2;p=cascardo%2Flinux.git diff --git a/include/linux/compat.h b/include/linux/compat.h index f964ef79e0ad..63609398ef9f 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -432,7 +432,6 @@ asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv, asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp); -extern __printf(1, 2) int compat_printk(const char *fmt, ...); extern void sigset_from_compat(sigset_t *set, const compat_sigset_t *compat); extern void sigset_to_compat(compat_sigset_t *compat, const sigset_t *set);