[PATCH 1/3] perf/x86: Fix section mismatch in uncore_types_exit()

2012-08-05 Thread Yan, Zheng
From: "Yan, Zheng" Fix section mismatch in uncore_types_exit(): WARNING: vmlinux.o(.text+0x13831): Section mismatch in reference from the function uncore_types_exit() to the function .init.text:uncore_type_exit() Signed-off-by: Yan, Zheng --- arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2

[PATCH 1/3] perf/x86: Fix section mismatch in uncore_types_exit()

2012-08-05 Thread Yan, Zheng
From: Yan, Zheng zheng.z@intel.com Fix section mismatch in uncore_types_exit(): WARNING: vmlinux.o(.text+0x13831): Section mismatch in reference from the function uncore_types_exit() to the function .init.text:uncore_type_exit() Signed-off-by: Yan, Zheng zheng.z@intel.com ---