From: Anton Vorontsov Date: Mon, 29 Nov 2010 15:46:22 +0000 (+0300) Subject: ARM: cns3xxx: Fix build with CONFIG_PCI=y X-Git-Tag: v2.6.37-rc5~4^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44266416f786514ec43a0d15ad951c34566b99c9;p=pandora-kernel.git ARM: cns3xxx: Fix build with CONFIG_PCI=y commit 6338a6aa7c082f11d55712251e14178c68bf5869 ("ARM: 6269/1: Add 'code' parameter for hook_fault_code()") breaks CNS3xxx build: CC arch/arm/mach-cns3xxx/pcie.o pcie.c: In function 'cns3xxx_pcie_init': pcie.c:373: warning: passing argument 4 of 'hook_fault_code' makes integer from pointer without a cast pcie.c:373: error: too few arguments to function 'hook_fault_code' This commit fixes the small issue. Cc: stable@kernel.org [36] Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed