summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
deleted file mode 100644
index 7637854d..00000000
--- a/include/linux/dcache.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LINUX_DCACHE_H
-#define __LINUX_DCACHE_H
-
-struct super_block;
-struct inode;
-
-struct dentry {
- struct super_block *d_sb;
- struct inode *d_inode;
-};
-
-#endif /* __LINUX_DCACHE_H */