summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/fs.c1
-rw-r--r--include/fs.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/fs.c b/fs/fs.c
index b6431227d6..e6fd57b8ac 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -813,7 +813,6 @@ int fsdev_open_cdev(struct fs_device_d *fsdev)
}
fsdev->dev.parent = fsdev->cdev->dev;
- fsdev->parent_device = fsdev->cdev->dev;
return 0;
}
diff --git a/include/fs.h b/include/fs.h
index 5811199c01..cd5eb571e0 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -101,7 +101,6 @@ struct fs_device_d {
struct cdev *cdev;
bool loop;
char *path;
- struct device_d *parent_device;
struct list_head list;
char *options;
char *linux_rootarg;