From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: "edac: Remove the legacy EDAC ABI" Date: Fri, 18 May 2012 12:22:16 -0400 Message-ID: <20120518162216.GB15256@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mail.windriver.com ([147.11.1.11]:37052 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757024Ab2ERQW0 (ORCPT ); Fri, 18 May 2012 12:22:26 -0400 Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: Mauro Carvalho Chehab Cc: linux-next@vger.kernel.org, Chris Metcalf , linux-kernel@vger.kernel.org Hi Guys, This commit: ----------- commit 90b40d5cadba20d7fe2fce12d61f97e0870c1ba6 Author: Mauro Carvalho Chehab Date: Wed May 2 14:37:00 2012 -0300 edac: Remove the legacy EDAC ABI Now that all drivers got converted to use the new ABI, we can drop the old one. ---------- breaks linux-next i386 allmodconfig: drivers/edac/amd76x_edac.c:254:25: error: too few arguments to function 'edac_mc_alloc' make[3]: *** [drivers/edac/amd76x_edac.o] Error 1 drivers/edac/i82875p_edac.c:424:3: error: label 'fail0' used but not defined drivers/edac/i82875p_edac.c:427:2: error: expected identifier or '(' before 'do' http://kisskb.ellerman.id.au/kisskb/buildresult/6341714/ Please have a look. Thanks, Paul. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758370Ab2ERQW3 (ORCPT ); Fri, 18 May 2012 12:22:29 -0400 Received: from mail.windriver.com ([147.11.1.11]:37052 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757024Ab2ERQW0 (ORCPT ); Fri, 18 May 2012 12:22:26 -0400 Date: Fri, 18 May 2012 12:22:16 -0400 From: Paul Gortmaker To: Mauro Carvalho Chehab CC: , Chris Metcalf , Subject: [linux-next] "edac: Remove the legacy EDAC ABI" Message-ID: <20120518162216.GB15256@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Guys, This commit: ----------- commit 90b40d5cadba20d7fe2fce12d61f97e0870c1ba6 Author: Mauro Carvalho Chehab Date: Wed May 2 14:37:00 2012 -0300 edac: Remove the legacy EDAC ABI Now that all drivers got converted to use the new ABI, we can drop the old one. ---------- breaks linux-next i386 allmodconfig: drivers/edac/amd76x_edac.c:254:25: error: too few arguments to function 'edac_mc_alloc' make[3]: *** [drivers/edac/amd76x_edac.o] Error 1 drivers/edac/i82875p_edac.c:424:3: error: label 'fail0' used but not defined drivers/edac/i82875p_edac.c:427:2: error: expected identifier or '(' before 'do' http://kisskb.ellerman.id.au/kisskb/buildresult/6341714/ Please have a look. Thanks, Paul.