Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89e51dab authored by Tejun Heo's avatar Tejun Heo Committed by Greg Kroah-Hartman
Browse files

sysfs: remove unused sysfs_buffer->pos

parent 250f7c3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ struct sysfs_open_dirent {

struct sysfs_buffer {
	size_t			count;
	loff_t			pos;
	char			*page;
	const struct sysfs_ops	*ops;
	struct mutex		mutex;