summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-02-11 14:45:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-02-17 10:27:15 +0100
commit2c2fb6a9478aea297b9458c5c312a502eea060a6 (patch)
treefd494bb929f574794bf8b4fa28da0af544b1f5d4 /include
parent8a81eab8463d1320585e9e1c606636701ddf57db (diff)
downloadbarebox-2c2fb6a9478aea297b9458c5c312a502eea060a6.tar.gz
barebox-2c2fb6a9478aea297b9458c5c312a502eea060a6.tar.xz
fs: make locally used function get_mtab_entry_by_path static
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index dd106770df..d31fb20522 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -150,7 +150,6 @@ char *mkmodestr(unsigned long mode, char *str);
* Note that we only support mounting on directories lying
* directly in / and of course the root directory itself
*/
-struct mtab_entry *get_mtab_entry_by_path(const char *path);
const char *fsdev_get_mountpoint(struct fs_device_d *fsdev);
/*