From: Vincent Stehlé Date: Thu, 19 Jun 2014 09:31:10 +0000 (+0200) Subject: ARM: shmobile: rcar-gen2: update call to dma_contiguous_reserve_area X-Git-Tag: omap-for-v3.17/fixes-against-rc2~122^2~32^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a5e926141f9c37bdaa0220169489e782220ee1;p=pandora-kernel.git ARM: shmobile: rcar-gen2: update call to dma_contiguous_reserve_area Commit 5ea3b1b2f8ad 'cma: add placement specifier for "cma=" kernel parameter' adds a new 'fixed' parameter to dma_contiguous_reserve_area(). Update rcar_gen2_reserve() accordingly. This fixes the following compilation error: arch/arm/mach-shmobile/setup-rcar-gen2.c: In function ‘rcar_gen2_reserve’: arch/arm/mach-shmobile/setup-rcar-gen2.c:182:10: error: too few arguments to function ‘dma_contiguous_reserve_area’ Signed-off-by: Vincent Stehlé Acked-by: Laurent Pinchart Signed-off-by: Simon Horman --- Reading git-diff-tree failed