mfd: Make asic3_clk_enable() a void function
commitc29a81270bd3cbdf0c603d42f4c2d17acf94a0bc
authorPaul Parsons <lost.distance@yahoo.com>
Tue, 9 Aug 2011 16:27:43 +0000 (9 16:27 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 24 Oct 2011 12:09:09 +0000 (24 14:09 +0200)
tree7986ea86d7baddf176f67199da747c9394e40774
parente0b13b5b6a9ad3ccadaa6662524a92e13aa7a032
mfd: Make asic3_clk_enable() a void function

The return value of asic3_clk_enable() was neither used nor useful. So let's
make it a void function, and thereby match asic3_clk_disable().

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/asic3.c