]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/ip27-rtc.c
firewire: Add a comment to describe why we split the sg list.
[linux-2.6-omap-h63xx.git] / drivers / char / ip27-rtc.c
index 3acdac3c967eec037fe9130e6cff011c0ff84077..a48da02aad2f3ae1480cb0df48b78ae4bcbb8e50 100644 (file)
@@ -196,7 +196,7 @@ static int rtc_release(struct inode *inode, struct file *file)
  *     The various file operations we support.
  */
 
-static struct file_operations rtc_fops = {
+static const struct file_operations rtc_fops = {
        .owner          = THIS_MODULE,
        .ioctl          = rtc_ioctl,
        .open           = rtc_open,