aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-02-20 23:35:07 -0800
committerColin Cross <ccross@android.com>2011-02-21 00:10:46 -0800
commit4db4afb4df93425708ca19417921bcc6a6306476 (patch)
treed7b8fa3dd85d7b9407329f02fa07ba366b491293 /arch/arm/mach-tegra/clock.h
parentARM: tegra: clock: Add shared bus clock type (diff)
downloadlinux-dev-4db4afb4df93425708ca19417921bcc6a6306476.tar.xz
linux-dev-4db4afb4df93425708ca19417921bcc6a6306476.zip
ARM: tegra: clock: Minor cleanups
Remove unnecessary uses of #ifdef CONFIG_DEBUG_FS Convert bool assignments from 1 to true Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index bb755c28a509..ebe6ea8b0575 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -80,8 +80,8 @@ struct clk {
#ifdef CONFIG_DEBUG_FS
struct dentry *dent;
- bool set;
#endif
+ bool set;
struct clk_ops *ops;
unsigned long rate;
unsigned long max_rate;