X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fconfigs.c;h=8fa1fb28f8a79b895d6438a2485466d2ac8efda1;hb=5b9c4e6dbb3204568d4c058af6e34772393ada19;hp=009e1ebdcb88e57b62d64daafb4be1be9468a514;hpb=0825788ff27c7145e9d558cb2a26f3837d1f9be5;p=powerpc.git diff --git a/kernel/configs.c b/kernel/configs.c index 009e1ebdcb..8fa1fb28f8 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, };