]> Git Repo - linux.git/commitdiff
fs: remove unused fops from struct char_device_struct
authorJiri Olsa <[email protected]>
Tue, 29 Apr 2008 07:59:05 +0000 (00:59 -0700)
committerLinus Torvalds <[email protected]>
Tue, 29 Apr 2008 15:06:01 +0000 (08:06 -0700)
struct char_device_struct::fops is no longer used: remove it.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/char_dev.c

index 038674aa88a72c09a88388ee7cf1b54839675052..68e510b88457e85d8831aa0b48a0479c137d3cb3 100644 (file)
@@ -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];
 
This page took 0.054494 seconds and 4 git commands to generate.