diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-03-05 03:54:06 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-03-07 00:45:43 +0100 |
commit | 44d6b1fc3e3c6a3af8e599b724972e881c81e1c9 (patch) | |
tree | 54f1805f2c882246abb177c26fe294a8d04e1603 /Documentation | |
parent | ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompre... (diff) | |
download | linux-44d6b1fc3e3c6a3af8e599b724972e881c81e1c9.tar.xz linux-44d6b1fc3e3c6a3af8e599b724972e881c81e1c9.zip |
ARM: 7667/1: perf: Fix section mismatch on armpmu_init()
WARNING: vmlinux.o(.text+0xfb80): Section mismatch in reference
from the function armpmu_register() to the function
.init.text:armpmu_init()
The function armpmu_register() references
the function __init armpmu_init().
This is often because armpmu_register lacks a __init
annotation or the annotation of armpmu_init is wrong.
Just drop the __init marking on armpmu_init() because
armpmu_register() no longer has an __init marking.
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions