]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-v850/uaccess.h
cfq-iosched: add hlist for browsing parallel to the radix tree
[linux-2.6-omap-h63xx.git] / include / asm-v850 / uaccess.h
index 188b28597cf1f680a96f271fa7e3244ffdc74831..64563c409bb2219f2fcb24fa06e5f540a1aa0c59 100644 (file)
@@ -14,7 +14,7 @@
 #define VERIFY_READ    0
 #define VERIFY_WRITE   1
 
-extern inline int access_ok (int type, const void *addr, unsigned long size)
+static inline int access_ok (int type, const void *addr, unsigned long size)
 {
        /* XXX I guess we should check against real ram bounds at least, and
           possibly make sure ADDR is not within the kernel.