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>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
6588cb81e5
commit
c83227a5d0
@@ -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 */
|
||||
Reference in New Issue
Block a user