diff options
author | Mike Turquette <mturquette@linaro.org> | 2013-12-19 00:38:52 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-12-27 20:45:08 -0500 |
commit | ea72dc2cf9552631e43327ce593bdbb0b9fdf058 (patch) | |
tree | ccc7780a4c13dc2bd42a1e9012ba3838293eee9d /include/linux/clk-private.h | |
parent | aa73fbc504480cdb4c6406bd07fe040cc6c8f3cc (diff) |
clk: remove CONFIG_COMMON_CLK_DEBUG
Populate ${DEBUGS_MOUNT_POINT}/clk if CONFIG_DEBUG_FS is set. This
eliminates the extra (annoying) step of enabling the config option
manually.
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux/clk-private.h')
-rw-r--r-- | include/linux/clk-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-private.h b/include/linux/clk-private.h index accb517e77e9..5fb086b06c83 100644 --- a/include/linux/clk-private.h +++ b/include/linux/clk-private.h | |||
@@ -45,7 +45,7 @@ struct clk { | |||
45 | struct hlist_head children; | 45 | struct hlist_head children; |
46 | struct hlist_node child_node; | 46 | struct hlist_node child_node; |
47 | unsigned int notifier_count; | 47 | unsigned int notifier_count; |
48 | #ifdef CONFIG_COMMON_CLK_DEBUG | 48 | #ifdef CONFIG_DEBUG_FS |
49 | struct dentry *dentry; | 49 | struct dentry *dentry; |
50 | #endif | 50 | #endif |
51 | }; | 51 | }; |