X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Fconfigs.c;h=8fa1fb28f8a79b895d6438a2485466d2ac8efda1;hb=e0f2e3a06be513352cb4955313ed7e55909acd84;hp=009e1ebdcb88e57b62d64daafb4be1be9468a514;hpb=37ef4399a6bb265d3035e6d6e45f7677b132a3ba;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, };