commit | fffa051281f7cb2729abe584d111e064f609f2ab | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@freescale.com> | Mon May 19 20:19:06 2014 +0800 |
committer | Shawn Guo <shawn.guo@freescale.com> | Fri Jul 18 16:10:06 2014 +0800 |
tree | c226cbae0719d2d4e0de9c96b94f709b985e8d91 | |
parent | b674cf2fb59a9df165a2c7b8ff601f438d9763d1 [diff] |
ARM: imx5: tzic_init_irq() can directly be .init_irq hook After i.MX51 supports DT only, tzic_init_irq() can figure out the tzic_base on its own. Thus, it can directly be .init_irq hook, and mx51[53]_init_irq() can be saved. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>