]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/nvram.c
[POWERPC] silence a warning
[karo-tx-linux.git] / drivers / char / nvram.c
index 8c5f102622b690da7b6efd7c56a9628e00483636..a39f19c35a6a8bd6fa2673f916069039f6142b6a 100644 (file)
@@ -437,7 +437,7 @@ nvram_read_proc(char *buffer, char **start, off_t offset,
 
 #endif /* CONFIG_PROC_FS */
 
-static struct file_operations nvram_fops = {
+static const struct file_operations nvram_fops = {
        .owner          = THIS_MODULE,
        .llseek         = nvram_llseek,
        .read           = nvram_read,