From: Kuninori Morimoto Date: Tue, 22 Nov 2011 02:59:54 +0000 (-0800) Subject: sh: sh7724.h: bugfix: remove unused clock index X-Git-Tag: v3.3-rc1~91^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=615c36f53581b9bd19354947f50a4b416d003f35;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed