[WATCHDOG] constify function pointer tables
[deliverable/linux.git] / drivers / watchdog / bfin_wdt.c
index 31dc7a69e90c05e89da991a0c684918c19563028..472be10f0686646cc52fe5add98b3d64ff6dff11 100644 (file)
@@ -390,7 +390,7 @@ static struct platform_driver bfin_wdt_driver = {
        .resume    = bfin_wdt_resume,
 };
 
-static struct file_operations bfin_wdt_fops = {
+static const struct file_operations bfin_wdt_fops = {
        .owner    = THIS_MODULE,
        .llseek   = no_llseek,
        .write    = bfin_wdt_write,
This page took 0.047719 seconds and 5 git commands to generate.