Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6
[deliverable/linux.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,
This page took 0.025373 seconds and 5 git commands to generate.