X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Fcompat.h;fp=include%2Fasm-ia64%2Fcompat.h;h=c0b19106665ca1d45bc0e8e3c20bd76190a981e1;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=40d01d80610d0c148019ce77b9f4e37a553a65f8;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-ia64/compat.h b/include/asm-ia64/compat.h index 40d01d806..c0b191066 100644 --- a/include/asm-ia64/compat.h +++ b/include/asm-ia64/compat.h @@ -189,12 +189,6 @@ compat_ptr (compat_uptr_t uptr) return (void __user *) (unsigned long) uptr; } -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) {