sh: move sh asm/clock.h contents to linux/sh_clk.h V2
authorMagnus Damm <damm@opensource.se>
Tue, 11 May 2010 13:29:17 +0000 (13:29 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 May 2010 08:39:07 +0000 (17:39 +0900)
commitd28bdf05f72238d626c8d06b61049f6df8d78e70
treea158ade083c1fd373b0f024b1b98c697f147d1e2
parent441c2440aba2efd8d0f48a5e3357deec92283d62
sh: move sh asm/clock.h contents to linux/sh_clk.h V2

This patch is V2 of the clock framework move from
arch/sh/include/asm/clock.h to include/linux/sh_clk.h
and updates the include paths for files that will be
shared between SH and SH-Mobile ARM.

The file asm/clock.h is still kept in this version,
this to depend on as few files as possible at this
point. We keep SH specific stuff in there.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/clock.h
include/linux/sh_clk.h [new file with mode: 0644]