X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=kernel%2Fconfigs.c;h=8fa1fb28f8a79b895d6438a2485466d2ac8efda1;hb=15ad7cdcfd76450d4beebc789ec646664238184d;hp=f9e31974f4addf262cee19d1049f6b1fd55bc47e;hpb=b20e481ab595e9667c33e2393bdfe9a31870d11f;p=linux-2.6-omap-h63xx.git diff --git a/kernel/configs.c b/kernel/configs.c index f9e31974f4a..8fa1fb28f8a 100644 --- a/kernel/configs.c +++ b/kernel/configs.c @@ -75,7 +75,7 @@ ikconfig_read_current(struct file *file, char __user *buf, return count; } -static struct file_operations ikconfig_file_ops = { +static const struct file_operations ikconfig_file_ops = { .owner = THIS_MODULE, .read = ikconfig_read_current, };