sh: Fix clock framework compiler warnings.
commit00e825c6b99b39f12751ea45d38bb4d900de70f4
authorPaul Mundt <lethal@linux-sh.org>
Tue, 18 Nov 2008 05:21:34 +0000 (18 14:21 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:42:53 +0000 (22 18:42 +0900)
tree4b43f04fe9f7190ead964bb109931ebcd8d6600f
parentd6435102d4ca3b5655c0105abe924abec17ffeb8
sh: Fix clock framework compiler warnings.

  CC      arch/sh/kernel/cpu/clock.o
  arch/sh/kernel/cpu/clock.c: In function 'clk_disable':
  arch/sh/kernel/cpu/clock.c:156: warning: 'return' with a value, in function returning void

Introduced by ("sh: enable and disable clocks recursively").

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/clock.c