summaryrefslogtreecommitdiffstats
path: root/include/fs.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-27 23:25:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-29 12:11:14 +0200
commitd915fcbc6d55a200bcc3ae65d6edd1ea234a00f3 (patch)
tree4a3ff9214704168585510c7c7663cc0d53d3b1a6 /include/fs.h
parent3b0a637921919bff1dfda6c1e204c6b30f6e8ca3 (diff)
downloadbarebox-d915fcbc6d55a200bcc3ae65d6edd1ea234a00f3.tar.gz
barebox-d915fcbc6d55a200bcc3ae65d6edd1ea234a00f3.tar.xz
fs: remove unused field 'name' from struct fs_driver_d
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index c6c0f0ef37..b82c246557 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -39,7 +39,6 @@ typedef struct filep {
#define FS_DRIVER_NO_DEV 1
struct fs_driver_d {
- char *name;
int (*probe) (struct device_d *dev);
int (*mkdir)(struct device_d *dev, const char *pathname);
int (*rmdir)(struct device_d *dev, const char *pathname);