VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Jiri Olsa <olsajiri@gmail.com> 2008-04-29 00:59:05 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2008-04-29 08:06:01 -0700 commit: 61d64576a21275114d6bffff3c1cac6c8e2f7cf2 parent: 4aacd47bd88126109a7c295b79c93604bd4bfd5a
Commit Summary:
fs: remove unused fops from struct char_device_struct
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/char_dev.c b/fs/char_dev.c
index 038674aa88a7..68e510b88457 100644
--- a/fs/char_dev.c
+++ b/fs/char_dev.c
@@ -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];