diff options
author | Christoph Lameter <cl@linux.com> | 2015-06-30 16:01:11 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-07-01 23:22:33 +0200 |
commit | ae6f2462e59d47d396996e330b6f4183e6c9fa98 (patch) | |
tree | 13690055d9500db5054240ae532ed5a6d82cd92a /sound/core | |
parent | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-ae6f2462e59d47d396996e330b6f4183e6c9fa98.tar.xz linux-ae6f2462e59d47d396996e330b6f4183e6c9fa98.zip |
Add __init attribute to new_kmalloc_cache
Avoid the warning:
WARNING: mm/built-in.o(.text.unlikely+0xc22): Section mismatch in reference from the function .new_kmalloc_cache() to the variable .init.rodata:kmalloc_info
The function .new_kmalloc_cache() references
the variable __initconst kmalloc_info.
Signed-off-by: Christoph Lameter <cl@linux.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/core')
0 files changed, 0 insertions, 0 deletions