ARM: davinci: aintc: remove the timer-specific irq_set_handler()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 14 Feb 2019 14:52:14 +0000 (15:52 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 19 Feb 2019 14:25:19 +0000 (19:55 +0530)
commit8b0860ec95e2c528e5ce3960611df6c6986ae578
treedf2078a7d1d7e5f215535fe3df3e8f3f3502d8cf
parent882bed7298f14cc04a94934b4efa801b1c7873e0
ARM: davinci: aintc: remove the timer-specific irq_set_handler()

I've been unable to figure out exactly why, but the IRQ_TINT1_TINT34
interrupt is being handled as level irq and it's configured in the
irq chip driver instead of set by the irq_set_type() callback.

Since this is probably some legacy hack for out-of-tree code - remove it.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/irq.c