[Bluetooth] Disconnect when encryption gets disabled
[pandora-kernel.git] / fs / char_dev.c
index 038674a..68e510b 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];