diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index bf8d1e4755e..bf6253ee60f 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -48,11 +48,14 @@ static const struct qstr dotdot_name = QSTR_INIT("..", 2);
  *
  * U-Boot stub - minimal fields for ext4l.
  */
+struct dentry_operations;
+
 struct dentry {
 	struct qstr d_name;
 	struct inode *d_inode;
 	struct super_block *d_sb;
 	struct dentry *d_parent;
+	const struct dentry_operations *d_op;
 };
 
 /**
