[PATCH 5/9] fs: remove unused field 'name' from struct fs_driver_d
Sascha Hauer
s.hauer at pengutronix.de
Sun Sep 29 06:04:56 EDT 2013
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/fs.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/fs.h b/include/fs.h
index c6c0f0e..b82c246 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);
--
1.8.4.rc3
More information about the barebox
mailing list