X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsched%2Fsch_api.c;h=ecc988af4a9a8e798b5dd439b9ce3c008a8f97e9;hb=31ba548f9683c5c5809567549b404404b6017088;hp=60b92fcdc8bbd5df0782769049d3671670eb3052;hpb=5f0b1437e0708772b6fecae5900c01c3b5f9b512;p=powerpc.git diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index 60b92fcdc8..ecc988af4a 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include @@ -1194,7 +1193,7 @@ static int psched_open(struct inode *inode, struct file *file) return single_open(file, psched_show, PDE(inode)->data); } -static struct file_operations psched_fops = { +static const struct file_operations psched_fops = { .owner = THIS_MODULE, .open = psched_open, .read = seq_read,