linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-ia64 / compat.h
index 40d01d8..c0b1910 100644 (file)
@@ -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)
 {