From: Michał Mirosław Date: Sun, 19 Sep 2010 23:58:08 +0000 (+0200) Subject: (trivial) Fix compiler warning in kernel/modules.c X-Git-Tag: v2.6.37-rc1~84^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbce906d05ec37289cd0c3b4e35b2db26eab19b;p=pandora-kernel.git (trivial) Fix compiler warning in kernel/modules.c Building with CONFIG_KALLSYMS=n gives following warning: /mnt/src/linux-git/kernel/module.c: In function ‘post_relocation’: /mnt/src/linux-git/kernel/module.c:2534:2: warning: passing argument 2 of ‘add_kallsyms’ discards qualifiers from pointer target type /mnt/src/linux-git/kernel/module.c:2038:13: note: expected ‘struct load_info *’ but argument is of type ‘const struct load_info *’ Signed-off-by: Michał Mirosław Signed-off-by: Rusty Russell --- Reading git-diff-tree failed