From: Jaswinder Singh Date: Fri, 19 Dec 2008 17:07:58 +0000 (+0530) Subject: x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be... X-Git-Tag: v2.6.31-rc1~383^2~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c46572a6d9bb497eda0a14099d9f1360d57d5d;p=pandora-kernel.git x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events should be static Impact: cleanup, avoid sparse warnings, reduce kernel size a bit Fixes these sparse warnings: arch/x86/kernel/cpu/perf_counter.c:44:11: warning: symbol 'intel_perfmon_event_map' was not declared. Should it be static? arch/x86/kernel/cpu/perf_counter.c:54:11: warning: symbol 'max_intel_perfmon_events' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed