]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/sched.c
be2net: Implement ethtool get_phys_id function.
[net-next-2.6.git] / kernel / sched.c
index ee61f454a98b9005ed7055b6f3e4bba5f2036ebe..1535f3884b88ebd7c33bff7c0e5970a96980a29d 100644 (file)
@@ -780,7 +780,7 @@ static int sched_feat_open(struct inode *inode, struct file *filp)
        return single_open(filp, sched_feat_show, NULL);
 }
 
-static struct file_operations sched_feat_fops = {
+static const struct file_operations sched_feat_fops = {
        .open           = sched_feat_open,
        .write          = sched_feat_write,
        .read           = seq_read,