atheros: constify some static structures
[openwrt/staging/chunkeey.git] / target / linux / atheros / patches-3.10 / 130-watchdog.patch
index 2ae6dcc0f0e8455666fe03331c056f5c5064cd22..4b395006b8b1a7a0afe4baadd25bb3fdd322b77b 100644 (file)
 +      return ret;
 +}
 +
-+static struct file_operations ar2315_wdt_fops = {
++static const struct file_operations ar2315_wdt_fops = {
 +      .owner          = THIS_MODULE,
 +      .llseek         = no_llseek,
 +      .write          = ar2315_wdt_write,