aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-07-26 10:41:16 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-26 11:35:19 -0700
commit252c01dc272c4b56bf1ab8582b3031682de153b3 (patch)
tree2dc1b538c089dccd83df8804137cf73635f9749f /drivers/char/Kconfig
parentdrivers/edac: fix pasemi kconfig depends (diff)
downloadlinux-dev-252c01dc272c4b56bf1ab8582b3031682de153b3.tar.xz
linux-dev-252c01dc272c4b56bf1ab8582b3031682de153b3.zip
x86_64: fix section mismatch warnings in tce
Fix the following two section mismatch warnings: WARNING: vmlinux.o(.text+0x1ce84): Section mismatch: reference to .init.text:free_bootmem (between 'free_tce_table' and 'build_tce_table') WARNING: vmlinux.o(.text+0x1d04d): Section mismatch: reference to .init.text:__alloc_bootmem_low (between 'alloc_tce_table' and 'kretprobe_trampoline_holder') In both cases the functions was used only from __init context so mark them __init. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
0 files changed, 0 insertions, 0 deletions