[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / ds1286.c
index d755cac14bc12b051efab89ae4a55381776d9701..21c8229f544388cfb2d75f68218abaac215b4c17 100644 (file)
@@ -281,7 +281,7 @@ static unsigned int ds1286_poll(struct file *file, poll_table *wait)
  *     The various file operations we support.
  */
 
-static struct file_operations ds1286_fops = {
+static const struct file_operations ds1286_fops = {
        .llseek         = no_llseek,
        .read           = ds1286_read,
        .poll           = ds1286_poll,
This page took 0.024263 seconds and 5 git commands to generate.