Re: [PATCH] powerpc: fix usage of setup_pci_atmu()
From: Kim Phillips <hidden>
Date: 2013-04-15 16:34:01
Also in:
linux-next
From: Kim Phillips <hidden>
Date: 2013-04-15 16:34:01
Also in:
linux-next
On Mon, 15 Apr 2013 15:42:01 +1000 Michael Neuling [off-list ref] wrote:
Linux next is currently failing to compile mpc85xx_defconfig with: arch/powerpc/sysdev/fsl_pci.c:944:2: error: too many arguments to function 'setup_pci_atmu' This is caused by (from Kumar's next branch): commit 34642bbb3d12121333efcf4ea7dfe66685e403a1 Author: Kumar Gala [off-list ref] powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controller Which changed definition of setup_pci_atmu() but didn't update one of the callers. Below fixes this. Signed-off-by: Michael Neuling <redacted> --- Kumar: this is for your next tree
Reviewed-by: Kim Phillips <redacted> Thanks, Kim