]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap...
authorAxel Lin <axel.lin@ingics.com>
Thu, 23 Jan 2014 23:54:54 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:58 +0000 (16:36 -0800)
commit3449f9cf7c8a9bbf80a4028c033f05efc3fd7c15
tree52d576fcb2dade29aafa8e4bc7d2bbc900b1f5f0
parent0aefc9db00a1c6cf51e89ab18d41974f1f0d2ce1
fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() static

Since commit 6d60b4455758 ("shmem: unify regular and tiny shmem"),
ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() are not directly
referenced outside of file-nommu.c.  Thus make them static.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ramfs/file-nommu.c
include/linux/ramfs.h