]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/mtx-1_wdt.c
Merge branches 'release' and 'dmi' into release
[linux-2.6-omap-h63xx.git] / drivers / watchdog / mtx-1_wdt.c
index dcfd401a7ad725dc3d4a1febf7726482e1d56650..98451747d3cda0dd1b28fa87dda13a9685a6ee48 100644 (file)
@@ -180,7 +180,7 @@ static ssize_t mtx1_wdt_write(struct file *file, const char *buf, size_t count,
        return count;
 }
 
-static struct file_operations mtx1_wdt_fops = {
+static const struct file_operations mtx1_wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .ioctl          = mtx1_wdt_ioctl,