x86, perf: Change two init functions to static
commitdda99116969142cc41e945a1047a419b937536af
authorYinghai Lu <yinghai@kernel.org>
Fri, 21 Jan 2011 23:30:01 +0000 (21 15:30 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 27 Jan 2011 18:23:07 +0000 (27 19:23 +0100)
treed0a0358679407cca461f863e7f79a84051d79f3d
parent00e99a49f6f3a6b5a84ba8bf8f632c9b974bea7a
x86, perf: Change two init functions to static

init_hw_perf_events() is called via early_initcall now.
x86_pmu_event_init is x86_pmu member function.

So we can change them to static.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
LKML-Reference: <4D3A16F9.109@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event.c