um: hostfs: make functions static
authorJames Hogan <james.hogan@imgtec.com>
Thu, 14 Nov 2013 21:15:13 +0000 (21:15 +0000)
committerRichard Weinberger <richard@nod.at>
Sun, 26 Jan 2014 10:51:09 +0000 (11:51 +0100)
commit9e443bc369e04b8db3266d7253ce7c1eee2ec979
tree0cde30322af092ed0940bbe2584c88cdb2b4b665
parent9af2452a1839e5586dc7f39eba692d49b768cca4
um: hostfs: make functions static

The hostfs_*() callback functions are all only used within
hostfs_kern.c, so make them static.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: user-mode-linux-devel@lists.sourceforge.net
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/hostfs/hostfs_kern.c