]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/ipconfig.c
[NET]: Convert xtime.tv_sec to get_seconds()
[linux-2.6-omap-h63xx.git] / net / ipv4 / ipconfig.c
index ba882bec317a85d9caeaab934e4664c02851d6ad..cf49de1a4983b3477fd9a59b6d0be9abf5c0975d 100644 (file)
@@ -1200,7 +1200,7 @@ static int pnp_seq_open(struct inode *indoe, struct file *file)
        return single_open(file, pnp_seq_show, NULL);
 }
 
-static struct file_operations pnp_seq_fops = {
+static const struct file_operations pnp_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = pnp_seq_open,
        .read           = seq_read,