https://github.com/torvalds/linux
Revision 44d6b1fc3e3c6a3af8e599b724972e881c81e1c9 authored by Stephen Boyd on 05 March 2013, 02:54:06 UTC, committed by Russell King on 06 March 2013, 23:45:43 UTC
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>
1 parent b8083f8
History
Tip revision: 44d6b1fc3e3c6a3af8e599b724972e881c81e1c9 authored by Stephen Boyd on 05 March 2013, 02:54:06 UTC
ARM: 7667/1: perf: Fix section mismatch on armpmu_init()
Tip revision: 44d6b1f
File Mode Size
Makefile -rw-r--r-- 394 bytes
compat.c -rw-r--r-- 18.5 KB
compat_mq.c -rw-r--r-- 4.1 KB
ipc_sysctl.c -rw-r--r-- 6.9 KB
ipcns_notifier.c -rw-r--r-- 2.2 KB
mq_sysctl.c -rw-r--r-- 2.7 KB
mqueue.c -rw-r--r-- 35.1 KB
msg.c -rw-r--r-- 22.7 KB
msgutil.c -rw-r--r-- 3.6 KB
namespace.c -rw-r--r-- 4.6 KB
sem.c -rw-r--r-- 42.3 KB
shm.c -rw-r--r-- 29.9 KB
syscall.c -rw-r--r-- 2.3 KB
util.c -rw-r--r-- 23.1 KB
util.h -rw-r--r-- 5.4 KB

back to top