]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/macintosh/ans-lcd.c
[S390] cio: Fix locking when calling notify function.
[linux-2.6-omap-h63xx.git] / drivers / macintosh / ans-lcd.c
index 2b8a6e821d44b51a52a87854165a5a251484ee81..cdd5a0f72e3c108600b4e49057fd5899bbdd4a7c 100644 (file)
@@ -121,7 +121,7 @@ anslcd_open( struct inode * inode, struct file * file )
        return 0;
 }
 
-struct file_operations anslcd_fops = {
+const struct file_operations anslcd_fops = {
        .write  = anslcd_write,
        .ioctl  = anslcd_ioctl,
        .open   = anslcd_open,