From 4e139efa57bf9a6c44ef31372c165261e0a53632 Mon Sep 17 00:00:00 2001 From: Lin Fuzhen Date: Fri, 10 Feb 2012 13:26:21 +0800 Subject: ENGR00174062 CCM: change clock enable_count to usecount change clock debugfs sys attr 'enable_count' to 'usecount' to align with some power debug tool used Signed-off-by: Lin Fuzhen --- arch/arm/plat-mxc/clock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/plat-mxc/clock.c b/arch/arm/plat-mxc/clock.c index e1923577a9f3..4b9247904b96 100755 --- a/arch/arm/plat-mxc/clock.c +++ b/arch/arm/plat-mxc/clock.c @@ -4,7 +4,7 @@ * Copyright (C) 2004 - 2005 Nokia corporation * Written by Tuukka Tikkanen * Modified for omap shared clock framework by Tony Lindgren - * Copyright 2007-2011 Freescale Semiconductor, Inc. + * Copyright 2007-2012 Freescale Semiconductor, Inc. * Copyright 2008 Juergen Beisert, kernel@pengutronix.de * * This program is free software; you can redistribute it and/or @@ -362,7 +362,7 @@ static int clk_debug_register_one(struct clk *clk) clk->dentry = d; - d = debugfs_create_u8("enable_count", S_IRUGO, clk->dentry, + d = debugfs_create_u8("usecount", S_IRUGO, clk->dentry, (u8 *)&clk->usecount); if (!d) { err = -ENOMEM; -- cgit v1.2.3