irq/gpio: ixp4xx: Drop boardfile probe path
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 21 Apr 2022 20:06:54 +0000 (22:06 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 25 Apr 2022 18:53:18 +0000 (20:53 +0200)
commitc83227a5d05ed77b634ce4c2fc5f143ae2a4d6f5
treef60adcd5c259940f6e07a5861ca9eb3be535b418
parent6588cb81e546e24f8271987ce0df120305cd4c80
irq/gpio: ixp4xx: Drop boardfile probe path

The boardfiles for IXP4xx have been deleted. Delete all the
quirks and code dealing with that boot path and rely solely on
device tree boot.

Fix some missing static keywords that the kernel test robot
was complaining about while we're at it.

Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/Kconfig
drivers/gpio/gpio-ixp4xx.c
drivers/irqchip/irq-ixp4xx.c
include/linux/irqchip/irq-ixp4xx.h [deleted file]