[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / ip2 / ip2main.c
index a4200a2b081129850c101bd50674842533a6e87d..518ece7ac656789be460a987d097243ea4565dda 100644 (file)
@@ -233,7 +233,7 @@ static void  *DevTableMem[IP2_MAX_BOARDS];
 /* This is the driver descriptor for the ip2ipl device, which is used to
  * download the loadware to the boards.
  */
-static struct file_operations ip2_ipl = {
+static const struct file_operations ip2_ipl = {
        .owner          = THIS_MODULE,
        .read           = ip2_ipl_read,
        .write          = ip2_ipl_write,
This page took 0.024019 seconds and 5 git commands to generate.