ARM: cns3xxx: Fix build with CONFIG_PCI=y
authorAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 29 Nov 2010 15:46:22 +0000 (18:46 +0300)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 29 Nov 2010 16:19:15 +0000 (19:19 +0300)
commit44266416f786514ec43a0d15ad951c34566b99c9
tree65377cecd33737052b712102caaa35fa2acb461c
parent3561d43fd289f590fdae672e5eb831b8d5cf0bf6
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 <cbouatmailru@gmail.com>
arch/arm/mach-cns3xxx/pcie.c