Re: [PATCH 1/3] x86, ACPI: Constify irq_domain_ops

2015-04-28 Thread Pavel Machek
On Mon 2015-04-27 21:48:07, Krzysztof Kozlowski wrote: > The irq_domain_ops are not modified by the driver and the irqdomain core > code accepts pointer to a const data. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky,

[PATCH 1/3] x86, ACPI: Constify irq_domain_ops

2015-04-27 Thread Krzysztof Kozlowski
The irq_domain_ops are not modified by the driver and the irqdomain core code accepts pointer to a const data. Signed-off-by: Krzysztof Kozlowski --- arch/x86/kernel/acpi/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi