]> Pileus Git - ~andy/linux/blobdiff - fs/jffs2/malloc.c
[PATCH] atmel: use ARRAY_SIZE()
[~andy/linux] / fs / jffs2 / malloc.c
index 8310c95478e9201dfbe2422bb640340aa1c32e90..33f291005012bedf622daaaaa4ebf5f77655d2a1 100644 (file)
@@ -190,7 +190,7 @@ void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *x)
        kmem_cache_free(tmp_dnode_info_slab, x);
 }
 
-struct jffs2_raw_node_ref *jffs2_alloc_refblock(void)
+static struct jffs2_raw_node_ref *jffs2_alloc_refblock(void)
 {
        struct jffs2_raw_node_ref *ret;