commit | 2cfb45188a997ba4c3348e98a999b36663a4646f | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed May 16 12:29:53 2012 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Wed May 16 12:46:09 2012 +0200 |
tree | 4ba4e5f29e8b22e3ccf108fcde09d0dd0dec3a69 | |
parent | 1f152b48eaaf4918047e84777b01a6d687f066e9 [diff] |
ARM i.MX: remove now unnecessary argument from mxc_timer_init As the timer code now does a clk_get to get its clock we don't need the struct clk argument anymore. This also changes the alternative EPIT timer to do a clk_get. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>