[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / watchdog / rm9k_wdt.c
index 7576a13e86bc062d4b0dd92cc7e0b60510354892..b4678839d3bbaf4ca7dbb7f17968a0944c712369 100644 (file)
@@ -95,7 +95,7 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be disabled once started");
 
 
 /* Kernel interfaces */
-static struct file_operations fops = {
+static const struct file_operations fops = {
        .owner          = THIS_MODULE,
        .open           = wdt_gpi_open,
        .release        = wdt_gpi_release,
This page took 0.040646 seconds and 5 git commands to generate.