gpio: omap: Drop irq_base
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 9 Mar 2023 07:46:02 +0000 (08:46 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 10 Mar 2023 15:17:34 +0000 (16:17 +0100)
commit1e77c092d3bb65af9b089916a9f09e234d0ccb75
treef5b79080f7e569ec2c1578ef1b52ba85bb918965
parent706cdfc517fe7ce65d953acde02d316de06820e5
gpio: omap: Drop irq_base

The OMAP1 at one point was using static irqs but that time is gone,
OMAP1 uses sparse irqs like all other multiplatform targets so this
static allocation of descriptors should just go.

Cc: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-omap.c