summaryrefslogtreecommitdiffstats
path: root/fs/ramfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ramfs.c')
-rw-r--r--fs/ramfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ramfs.c b/fs/ramfs.c
index 14ba877660..bdaa91dd9e 100644
--- a/fs/ramfs.c
+++ b/fs/ramfs.c
@@ -447,7 +447,6 @@ static int ramfs_probe(struct device_d *dev)
static void ramfs_remove(struct device_d *dev)
{
- free(dev->priv);
}
static struct fs_driver_d ramfs_driver = {