summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dirent.h')
-rw-r--r--include/dirent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h
index d7b5e78b27..61a76c5b59 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;