diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-07-29 22:10:35 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-07-29 22:10:35 -0700 |
| commit | 30a0e2c939e19cad2317dde769ed21e60192072e (patch) | |
| tree | 83c0eaad5d682d3f0674b7c93f0a2d39ec18e933 /include/linux | |
| parent | 3442d2c4b005a12833830fc0cb69bfda82bc35d1 (diff) | |
driverfs: Remove references to struct driver_file_entry::dentry, as we don't use it
for anything useful 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 4adb651a348e..ea5d0f959df9 100644 --- a/include/linux/driverfs_fs.h +++ b/include/linux/driverfs_fs.h @@ -38,7 +38,6 @@ struct driver_file_entry { struct driver_dir_entry * parent; char * name; mode_t mode; - struct dentry * dentry; ssize_t (*show)(struct device * dev, char * buf, size_t count, loff_t off); ssize_t (*store)(struct device * dev, const char * buf, size_t count, loff_t off); |
