[PATCH 2/6] ARM: oprofile: Rename op_arm to oprofile_perf
Robert Richter
robert.richter at amd.com
Thu Sep 16 08:46:56 EDT 2010
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 <matt at console-pimps.org>
> ---
> 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
More information about the linux-arm-kernel
mailing list