linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / nonet.c
index 92e7664..1230f0a 100644 (file)
@@ -19,7 +19,7 @@ static int sock_no_open(struct inode *irrelevant, struct file *dontcare)
        return -ENXIO;
 }
 
-const struct file_operations bad_sock_fops = {
+struct file_operations bad_sock_fops = {
        .owner = THIS_MODULE,
        .open = sock_no_open,
 };