]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/tlclk.c
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6-omap-h63xx.git] / drivers / char / tlclk.c
index 952b829e2cb48e6522a3a1a235eb70391acf5a9c..d2c5ba4e83b8bcdada44f028b0dfe9dd93952222 100644 (file)
@@ -247,7 +247,7 @@ static ssize_t tlclk_write(struct file *filp, const char __user *buf, size_t cou
        return 0;
 }
 
-static struct file_operations tlclk_fops = {
+static const struct file_operations tlclk_fops = {
        .read = tlclk_read,
        .write = tlclk_write,
        .open = tlclk_open,