On Wed, Jun 05, 2019 at 09:54:12AM +0300, Talel Shenhar wrote: > --- /dev/null > +++ b/include/linux/irqchip/al-fic.h > @@ -0,0 +1,21 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/** > + * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. > + */ > + > +#ifndef _AL_FIC_H_ > +#define _AL_FIC_H_ > + > +#include <linux/irqdomain.h> > + > +struct al_fic; > + > +struct irq_domain *al_fic_wire_get_domain(struct al_fic *fic); > + > +struct al_fic *al_fic_wire_init(struct device_node *node, > + void __iomem *base, > + const char *name, > + unsigned int parent_irq); > +int al_fic_cleanup(struct al_fic *fic); Who is using these new functions? We don't add new apis that no one uses :( thanks, greg k-h