[PATCH 2/6] ARM: oprofile: Rename op_arm to oprofile_perf
From: Robert Richter <hidden>
Date: 2010-09-16 12:46:56
Also in:
linux-arch, linux-sh
From: Robert Richter <hidden>
Date: 2010-09-16 12:46:56
Also in:
linux-arch, linux-sh
On 13.09.10 02:07:33, Matt Fleming wrote:
In preparation for moving the generic functions out of this file, give the functions more general names (e.g. remove "arm" from the names). Signed-off-by: Matt Fleming <redacted> --- arch/arm/oprofile/common.c | 68 ++++++++++++++++++++++---------------------- 1 files changed, 34 insertions(+), 34 deletions(-)
static struct platform_driver oprofile_driver = {
.driver = {
- .name = "arm-oprofile",
+ .name = "perf-oprofile",This should be "oprofile-perf" instead, otherwise the driver belongs to perf. -Robert
}, - .resume = op_arm_resume, - .suspend = op_arm_suspend, + .resume = oprofile_perf_resume, + .suspend = oprofile_perf_suspend, };
-- Advanced Micro Devices, Inc. Operating System Research Center