diff options
author | Andi Kleen | 2015-04-16 01:16:39 +0200 |
---|---|---|
committer | Linus Torvalds | 2015-04-16 01:35:22 +0200 |
commit | c79574abe2baddf569532e7e430e4977771dd25c (patch) | |
tree | 2b21044d2a11974bd64b27a4826d886c9440fe14 /init | |
parent | paride: fix the "verbose" module param (diff) | |
download | kernel-qcow2-linux-c79574abe2baddf569532e7e430e4977771dd25c.tar.gz kernel-qcow2-linux-c79574abe2baddf569532e7e430e4977771dd25c.tar.xz kernel-qcow2-linux-c79574abe2baddf569532e7e430e4977771dd25c.zip |
lib/test-hexdump.c: fix initconst confusion
const char *...[] is not const, but an array of pointer to const. So
these arrays cannot be __initconst, but must be __initdata
This fixes section conflicts with LTO.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions