diff options
author | Linus Walleij | 2022-04-21 22:06:54 +0200 |
---|---|---|
committer | Bartosz Golaszewski | 2022-04-25 20:53:18 +0200 |
commit | c83227a5d05ed77b634ce4c2fc5f143ae2a4d6f5 (patch) | |
tree | f60adcd5c259940f6e07a5861ca9eb3be535b418 /include/linux/irqchip | |
parent | 6588cb81e546e24f8271987ce0df120305cd4c80 (diff) |
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>
Diffstat (limited to 'include/linux/irqchip')
-rw-r--r-- | include/linux/irqchip/irq-ixp4xx.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/irqchip/irq-ixp4xx.h b/include/linux/irqchip/irq-ixp4xx.h deleted file mode 100644 index 9395917d6936..000000000000 --- a/include/linux/irqchip/irq-ixp4xx.h +++ /dev/null @@ -1,12 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __IRQ_IXP4XX_H -#define __IRQ_IXP4XX_H - -#include <linux/ioport.h> -struct irq_domain; - -void ixp4xx_irq_init(resource_size_t irqbase, - bool is_356); -struct irq_domain *ixp4xx_get_irq_domain(void); - -#endif /* __IRQ_IXP4XX_H */ |