powerpc/cell: Use irq_of_parse_and_map() helper
authorRob Herring <robh@kernel.org>
Thu, 4 Jan 2018 22:45:41 +0000 (16:45 -0600)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 3 Oct 2018 05:40:00 +0000 (15:40 +1000)
commit8c8933eba0c2853ecbd6a9ef7542b9058f8b5e11
tree24047950922af33657948f45c60cb91e3d9501a6
parenta0820ff33451aa1a12ec66812e229ac58beb3f24
powerpc/cell: Use irq_of_parse_and_map() helper

Instead of calling both of_irq_parse_one() and
irq_create_of_mapping(), call of_irq_parse_and_map() instead which
does the same thing. This gets us closer to making the former 2
functions static.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/cell/spu_manage.c