sh: clkfwk: Shuffle around to match the intc split up.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Oct 2010 12:32:58 +0000 (21:32 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 18 Oct 2010 12:32:58 +0000 (21:32 +0900)
commitde9186c257acb06ca8187cff1c94412b5f80a3bd
tree5f863be8c11182f5390c375b70c5e1e95bddcafd
parentc2590f4a8ddf461d33ac2085d966432b2a6a09f2
sh: clkfwk: Shuffle around to match the intc split up.

This shuffles the clock framework code around to a drivers/sh/clk subdir,
to follow the intc split up. This will make it easier to subsequently
break things out as well as plug in different helpers for non-CPG users.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/Makefile
drivers/sh/clk/Makefile [new file with mode: 0644]
drivers/sh/clk/core.c [moved from drivers/sh/clk.c with 99% similarity]
drivers/sh/clk/cpg.c [moved from drivers/sh/clk-cpg.c with 96% similarity]