Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / drivers / watchdog / tqmx86_wdt.c
index 72d0b0a..83860e9 100644 (file)
@@ -62,7 +62,7 @@ static const struct watchdog_info tqmx86_wdt_info = {
        .identity       = "TQMx86 Watchdog",
 };
 
-static struct watchdog_ops tqmx86_wdt_ops = {
+static const struct watchdog_ops tqmx86_wdt_ops = {
        .owner          = THIS_MODULE,
        .start          = tqmx86_wdt_start,
        .set_timeout    = tqmx86_wdt_set_timeout,