]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
m32r: Cleanup direct irq_desc access
authorThomas Gleixner <tglx@linutronix.de>
Wed, 22 Sep 2010 17:13:16 +0000 (19:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Jan 2011 10:55:26 +0000 (11:55 +0100)
commit863018a7a24a29c0862c62e70c89244fdd5a08bf
tree951f3e7bc9a6829183f322c34deb0e250e52a2d9
parent30139785e615c97497864a89511db02839fa7bf5
m32r: Cleanup direct irq_desc access

The irq descriptors are already initialized by the generic
code. Remove the redundant init code and set the irq chip with the
proper accessor function.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Paul Mundt <lethal@linux-sh.org>
arch/m32r/kernel/irq.c
arch/m32r/platforms/m32104ut/setup.c
arch/m32r/platforms/m32700ut/setup.c
arch/m32r/platforms/mappi/setup.c
arch/m32r/platforms/mappi2/setup.c
arch/m32r/platforms/mappi3/setup.c
arch/m32r/platforms/oaks32r/setup.c
arch/m32r/platforms/opsput/setup.c
arch/m32r/platforms/usrv/setup.c