]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/atm/mpoa_proc.c
virtio: clarify NO_NOTIFY flag usage
[linux-2.6-omap-h63xx.git] / net / atm / mpoa_proc.c
index 43315af10309c9b25b97c1e37032d49e9629758a..91f3ffc90dbdc938a211b46aaccb565a51b5be40 100644 (file)
@@ -39,7 +39,7 @@ static int parse_qos(const char *buff);
 /*
  *   Define allowed FILE OPERATIONS
  */
-static struct file_operations mpc_file_operations = {
+static const struct file_operations mpc_file_operations = {
        .owner =        THIS_MODULE,
        .open =         proc_mpc_open,
        .read =         seq_read,
@@ -177,7 +177,7 @@ static int mpc_show(struct seq_file *m, void *v)
        return 0;
 }
 
-static struct seq_operations mpc_op = {
+static const struct seq_operations mpc_op = {
        .start =        mpc_start,
        .next =         mpc_next,
        .stop =         mpc_stop,