sh: sh7724.h: bugfix: remove unused clock index
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 22 Nov 2011 02:59:54 +0000 (18:59 -0800)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 Nov 2011 07:00:01 +0000 (16:00 +0900)
commit615c36f53581b9bd19354947f50a4b416d003f35
tree905e35b6a1303f985acfd918bff81483baafc996
parentcfc806a7ee38e68a9363584dd2b00421fda6dfed
sh: sh7724.h: bugfix: remove unused clock index

Current sh clocks are using pm_runtime frame work instead of old hwblk.
So, HWBLK_UNKNOWN and HWBLK_DBG 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>
arch/sh/include/cpu-sh4/cpu/sh7724.h