From: Arnd Bergmann Date: Mon, 30 Apr 2012 14:58:45 +0000 (+0000) Subject: ARM: iop13xx: fix iq81340sc_atux_map_irq prototype X-Git-Tag: v3.7-rc1~38^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58cbdbe0248d0bf3eed47a9ac69d330a140726a9;p=pandora-kernel.git ARM: iop13xx: fix iq81340sc_atux_map_irq prototype The pci map_irq callbacks get a 'const' pci_dev argument, so change the iop13xx version to use the same prototype as everything else. Without this patch, building iop13xx_defconfig results in: arch/arm/mach-iop13xx/iq81340sc.c:63:2: warning: initialization from incompatible pointer type [enabled by default] arch/arm/mach-iop13xx/iq81340sc.c:63:2: warning: (near initialization for 'iq81340sc_pci.map_irq') [enabled by default] Signed-off-by: Arnd Bergmann Cc: Lennert Buytenhek Cc: Dan Williams --- Reading git-diff-tree failed