[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170602082058.22938-1-tklauser@distanz.ch>
Date: Fri, 2 Jun 2017 10:20:51 +0200
From: Tobias Klauser <tklauser@...tanz.ch>
To: Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] irqchip: constify irq_domain_ops
Constify all remaining non-const instances of irq_domain_ops in the irqchip
drivers. These can be made const as they are never modified.
Tobias Klauser (7):
irqchip/aspeed-vic: constify irq_domain_ops
irqchip/i8259: constify irq_domain_ops
irqchip/irq-imx-gpcv2: constify irq_domain_ops
irqchip/irq-mbigen: constify irq_domain_ops
irqchip/irq-mips-gic: constify irq_domain_ops
irqchip/irq-renesas-h8300h: constify irq_domain_ops
irqchip/irq-renesas-h8s: constify irq_domain_ops
drivers/irqchip/irq-aspeed-vic.c | 2 +-
drivers/irqchip/irq-i8259.c | 2 +-
drivers/irqchip/irq-imx-gpcv2.c | 2 +-
drivers/irqchip/irq-mbigen.c | 2 +-
drivers/irqchip/irq-mips-gic.c | 2 +-
drivers/irqchip/irq-renesas-h8300h.c | 2 +-
drivers/irqchip/irq-renesas-h8s.c | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
--
2.13.0
Powered by blists - more mailing lists