From: Kim Phillips Date: Thu, 7 Jun 2012 00:49:42 +0000 (-0500) Subject: mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc' X-Git-Tag: v3.5-rc4~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bc5ddb1b76d3f7ee14c533300aa95907c6969e;p=pandora-kernel.git mpc85xx_edac: fix error: too few arguments to function 'edac_mc_alloc' commit ca0907b "edac: Remove the legacy EDAC ABI" broke mpc85xx_edac in the following manner: mpc85xx_edac.c:983:35: error: too few arguments to function 'edac_mc_alloc' this patch puts back the missing 'layers' argument. [mchehab@redhat.com: As Ben sent a similar fix, I added his SOB on this patch] Signed-off-by: Kim Phillips Signed-off-by: Ben Collins Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed