From: Roman Fietze Date: Tue, 8 Dec 2009 02:39:50 +0000 (+0000) Subject: powerpc: Make "intspec" pointers in irq_host->xlate() const X-Git-Tag: v2.6.33-rc1~293^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d50cf7ca956183f3a573bc21082e1c7d04fa7b;p=pandora-kernel.git powerpc: Make "intspec" pointers in irq_host->xlate() const Writing a driver using SCLPC on the MPC5200B I detected, that the intspec arrays to map irqs to Linux virq cannot be const, because the mapping and xlate functions only take non const pointers. All those functions do not modify the intspec, so a const pointer could be used. Signed-off-by: Roman Fietze Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed