[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / nwbutton.c
index f240a104d250e6f14e70ca5fdfd4eb9f2dd4bf74..7c57ebfa8640a578d2840ba00a38cef5388eb761 100644 (file)
@@ -183,7 +183,7 @@ static int button_read (struct file *filp, char __user *buffer,
  * attempts to perform these operations on the device.
  */
 
-static struct file_operations button_fops = {
+static const struct file_operations button_fops = {
        .owner          = THIS_MODULE,
        .read           = button_read,
 };
This page took 0.024194 seconds and 5 git commands to generate.