9
0
Fork 0

fs: remove unused field 'name' from struct fs_driver_d

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-09-27 23:25:15 +02:00
parent 3b0a637921
commit d915fcbc6d
1 changed files with 0 additions and 1 deletions

View File

@ -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);