diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-07-29 22:06:06 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-07-29 22:06:06 -0700 |
| commit | 3442d2c4b005a12833830fc0cb69bfda82bc35d1 (patch) | |
| tree | a2da6808c315aaf3110ef6554edde85426c41955 /include/linux | |
| parent | eb46f65287bfabaf72f7a733dd88b51efc20c919 (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.h | 1 |
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; |
