X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel%2Fconfigs.c;h=8fa1fb28f8a79b895d6438a2485466d2ac8efda1;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=009e1ebdcb88e57b62d64daafb4be1be9468a514;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/kernel/configs.c b/kernel/configs.c index 009e1ebdc..8fa1fb28f 100644 --- a/kernel/configs.c +++ b/kernel/configs.c @@ -23,7 +23,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include #include #include #include @@ -76,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, };