summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2002-07-29 22:06:06 -0700
committerPatrick Mochel <mochel@osdl.org>2002-07-29 22:06:06 -0700
commit3442d2c4b005a12833830fc0cb69bfda82bc35d1 (patch)
treea2da6808c315aaf3110ef6554edde85426c41955 /include/linux
parenteb46f65287bfabaf72f7a733dd88b51efc20c919 (diff)
driverfs: Remove struct driver_dir_entry::files, since it's not being used anymore
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/driverfs_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/driverfs_fs.h b/include/linux/driverfs_fs.h
index a1483643e44e..4adb651a348e 100644
--- a/include/linux/driverfs_fs.h
+++ b/include/linux/driverfs_fs.h
@@ -30,7 +30,6 @@ struct driver_dir_entry {
char * name;
struct dentry * dentry;
mode_t mode;
- struct list_head files;
};
struct device;