diff mbox

[07/11] irqchip: gic: make gic_default_routable_irq_domain_ops static

Message ID 1409062410-25891-8-git-send-email-will.deacon@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Will Deacon Aug. 26, 2014, 2:13 p.m. UTC
The internal irq domain ops for the GIC are not used directly anywhere
else, so make them static. This gets rid of a sparse warning on the
file.

Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
---
 drivers/irqchip/irq-gic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marc Zyngier Aug. 26, 2014, 2:29 p.m. UTC | #1
On 26/08/14 15:13, Will Deacon wrote:
> The internal irq domain ops for the GIC are not used directly anywhere
> else, so make them static. This gets rid of a sparse warning on the
> file.
> 
> Cc: Jason Cooper <jason@lakedaemon.net>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> Signed-off-by: Will Deacon <will.deacon@arm.com>

Acked-by: Marc Zyngier <marc.zyngier@arm.com>

	M.

> ---
>  drivers/irqchip/irq-gic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
> index 4b959e606fe8..dda6dbc23565 100644
> --- a/drivers/irqchip/irq-gic.c
> +++ b/drivers/irqchip/irq-gic.c
> @@ -867,7 +867,7 @@ static int gic_routable_irq_domain_xlate(struct irq_domain *d,
>  	return 0;
>  }
>  
> -const struct irq_domain_ops gic_default_routable_irq_domain_ops = {
> +static const struct irq_domain_ops gic_default_routable_irq_domain_ops = {
>  	.map = gic_routable_irq_domain_map,
>  	.unmap = gic_routable_irq_domain_unmap,
>  	.xlate = gic_routable_irq_domain_xlate,
>
diff mbox

Patch

diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
index 4b959e606fe8..dda6dbc23565 100644
--- a/drivers/irqchip/irq-gic.c
+++ b/drivers/irqchip/irq-gic.c
@@ -867,7 +867,7 @@  static int gic_routable_irq_domain_xlate(struct irq_domain *d,
 	return 0;
 }
 
-const struct irq_domain_ops gic_default_routable_irq_domain_ops = {
+static const struct irq_domain_ops gic_default_routable_irq_domain_ops = {
 	.map = gic_routable_irq_domain_map,
 	.unmap = gic_routable_irq_domain_unmap,
 	.xlate = gic_routable_irq_domain_xlate,