From: Mauro Carvalho Chehab Date: Tue, 31 Jan 2012 19:36:08 +0000 (-0300) Subject: edac/ppc4xx_edac: Fix compilation X-Git-Tag: v3.4-rc1~62^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b877763ea01d740f6c62a35c45b7351fec9c288d;p=pandora-kernel.git edac/ppc4xx_edac: Fix compilation It seems that nobody is cross-compiling for this arch anymore... drivers/edac/ppc4xx_edac.c: In function 'ppc4xx_edac_probe': drivers/edac/ppc4xx_edac.c:188:12: error: storage class specified for parameter 'ppc4xx_edac_remove' ... drivers/edac/ppc4xx_edac.c:1068:19: error: 'match' undeclared (first use in this function) drivers/edac/ppc4xx_edac.c:1068:19: note: each undeclared identifier is reported only once for each function it appears in drivers/edac/ppc4xx_edac.c:1068:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] Acked-by: Josh Boyer Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed