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

Commit 61d64576 authored by Jiri Olsa's avatar Jiri Olsa Committed by Linus Torvalds
Browse files

fs: remove unused fops from struct char_device_struct



struct char_device_struct::fops is no longer used: remove it.

Signed-off-by: default avatarJiri Olsa <olsajiri@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4aacd47b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ static struct char_device_struct {
	unsigned int baseminor;
	int minorct;
	char name[64];
	struct file_operations *fops;
	struct cdev *cdev;		/* will die */
} *chrdevs[CHRDEV_MAJOR_HASH_SIZE];