]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/arp.c
NetLabel: convert a BUG_ON in the CIPSO code to a runtime check
[linux-2.6-omap-h63xx.git] / net / ipv4 / arp.c
index a58afde4f72feb14890e7f8b38eb3b0cbe82ab8d..1a3488a83f49363a7d5200f37d01371f81cfd938 100644 (file)
@@ -78,7 +78,6 @@
 #include <linux/types.h>
 #include <linux/string.h>
 #include <linux/kernel.h>
-#include <linux/sched.h>
 #include <linux/capability.h>
 #include <linux/socket.h>
 #include <linux/sockios.h>
@@ -1390,7 +1389,7 @@ out_kfree:
        goto out;
 }
 
-static struct file_operations arp_seq_fops = {
+static const struct file_operations arp_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = arp_seq_open,
        .read           = seq_read,