[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / net / ppp_generic.c
index 0986f6c..11b575f 100644 (file)
@@ -834,7 +834,7 @@ static int ppp_unattached_ioctl(struct ppp_file *pf, struct file *file,
        return err;
 }
 
-static struct file_operations ppp_device_fops = {
+static const struct file_operations ppp_device_fops = {
        .owner          = THIS_MODULE,
        .read           = ppp_read,
        .write          = ppp_write,