Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5753171b authored by Kristoffer Ericson's avatar Kristoffer Ericson Committed by Paul Mundt
Browse files

sh: hp6xx driver compile fixes.



Trivial compilation fixes for the hp6xx drivers.

Signed-off-by: default avatarKristoffer Ericson <Kristoffer_e1@hotmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent d29c91c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
static void do_softint(void *data);

static struct input_dev *hp680_ts_dev;
static DECLARE_WORK(work, do_softint, 0);
static DECLARE_WORK(work, do_softint);

static void do_softint(void *data)
{
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ static void dac_audio_set_rate(void)
	unsigned long interval;
 	struct clk *clk;

 	clk = clk_get("module_clk");
 	clk = clk_get(NULL, "module_clk");
 	interval = (clk_get_rate(clk) / 4) / rate;
 	clk_put(clk);
	ctrl_outl(interval, TMU1_TCOR);