diff options
author | Colin Cross <ccross@android.com> | 2011-02-21 02:35:07 -0500 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-02-21 03:10:46 -0500 |
commit | 4db4afb4df93425708ca19417921bcc6a6306476 (patch) | |
tree | d7b8fa3dd85d7b9407329f02fa07ba366b491293 /arch/arm/mach-tegra/clock.h | |
parent | 310992ca4b994db8c869e1c0f32c004b7a196147 (diff) |
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.h | 2 |
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 { | |||
80 | 80 | ||
81 | #ifdef CONFIG_DEBUG_FS | 81 | #ifdef CONFIG_DEBUG_FS |
82 | struct dentry *dent; | 82 | struct dentry *dent; |
83 | bool set; | ||
84 | #endif | 83 | #endif |
84 | bool set; | ||
85 | struct clk_ops *ops; | 85 | struct clk_ops *ops; |
86 | unsigned long rate; | 86 | unsigned long rate; |
87 | unsigned long max_rate; | 87 | unsigned long max_rate; |