X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fcompat.h;h=1793ac317a30417523cc84fb5d4b2f583b1b4a01;hb=8e07c2c6af30dccfa573033d280980b2b5eb35fe;hp=d3e8f3e87ee8a876c413611fd2ae21fb0b6dbc63;hpb=2c8296f8cf0ec40867965dddef3dfe92f73b38f4;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/compat.h b/include/asm-x86/compat.h index d3e8f3e87ee..1793ac317a3 100644 --- a/include/asm-x86/compat.h +++ b/include/asm-x86/compat.h @@ -204,7 +204,7 @@ static inline compat_uptr_t ptr_to_compat(void __user *uptr) return (u32)(unsigned long)uptr; } -static __inline__ void __user *compat_alloc_user_space(long len) +static inline void __user *compat_alloc_user_space(long len) { struct pt_regs *regs = task_pt_regs(current); return (void __user *)regs->sp - len;