From 99ef347449fab1d4d35e4e78bdd21370b2400b04 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 13 Sep 2021 10:30:19 +0200 Subject: fs: remove unused struct fs_device_d::parent_device The parent_device member is unused anywhere, so drop it. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20210913083019.364599-1-ahmad@a3f.at Signed-off-by: Sascha Hauer --- include/fs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3