]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/uaccess.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apm
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / uaccess.h
index 821deb5a9d2893a1255b2bd85d25f8319a5ed87c..74a679e9098c43e07e8869635c81b2e936b3741c 100644 (file)
@@ -68,12 +68,6 @@ static inline void set_fs(mm_segment_t s)
 
 #define access_ok(type, addr, size) (likely(__range_ok(addr, size) == 0))
 
-static inline int
-verify_area(int type, const void __user *addr, unsigned long size)
-{
-       return access_ok(type, addr, size) ? 0 : -EFAULT;
-}
-
 /* Generic arbitrary sized copy. Return the number of bytes NOT copied */
 extern __kernel_size_t __copy_user(void *to, const void *from,
                                   __kernel_size_t n);