This struct member is never used, so it can just be dropped.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 include/dirent.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dirent.h b/include/dirent.h
index d7b5e78b2728..61a76c5b59b9 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -11,7 +11,6 @@ struct dirent {
 typedef struct dir {
        struct device_d *dev;
        struct fs_driver_d *fsdrv;
-       struct node_d *node;
        struct dirent d;
        void *priv; /* private data for the fs driver */
        struct list_head entries;
-- 
2.30.2


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to