gpio: aspeed: Always register the irqchip
authorJoel Stanley <joel@jms.id.au>
Thu, 9 Mar 2023 07:45:51 +0000 (08:45 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 10 Mar 2023 15:17:18 +0000 (16:17 +0100)
commit90d17632e71d15bf7e4879eced0cbd2d90c3d60f
tree299c6ef82e85c5dd66b841979f176818f9a89ef6
parentd4c0cf340861b10a0a984b30306ddd09d2da7131
gpio: aspeed: Always register the irqchip

The driver was implemented in a way that made the irqchip optional, if a
irq was not present in the device tree. However, all of the device trees
have always had an irq, so the optional-ness has never been used.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-aspeed.c