]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/nonet.c
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / net / nonet.c
index 1230f0ae832e9d52bdd50e4411a56e0ebd795510..92e76640c7cd65146dd6aed382698174f7a0f2a2 100644 (file)
@@ -19,7 +19,7 @@ static int sock_no_open(struct inode *irrelevant, struct file *dontcare)
        return -ENXIO;
 }
 
-struct file_operations bad_sock_fops = {
+const struct file_operations bad_sock_fops = {
        .owner = THIS_MODULE,
        .open = sock_no_open,
 };