commit | 544089a9f654832125ee4602e48636139a17aa00 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon Nov 21 19:00:04 2011 -0800 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Nov 24 16:00:02 2011 +0900 |
tree | b6b42a7592174ec78091676695876858587d7b58 | |
parent | 615c36f53581b9bd19354947f50a4b416d003f35 [diff] |
sh: sh7723.h: bugfix: remove unused clock index Current sh clocks are using pm_runtime frame work instead of old hwblk. So, HWBLK_UNKNOWN, HWBLK_DBG and HWBLK_SUBC are not needed for now. Now mstp32 clocks are registered by sh_clk_mstp32_register(), but the clock which isn't defined by SH_CLK_MSTP32() macro will be crash. because it doesn't have enable_reg. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>