From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 05/12] net: smc91x: Remove dead code Date: Fri, 13 Mar 2015 20:52:49 +0100 Message-ID: <2309042.KQEDUaQCkU@wuerfel> References: <1426270185-19510-1-git-send-email-sboyd@codeaurora.org> <1426270185-19510-6-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.126.131]:63257 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757262AbbCMTxX (ORCPT ); Fri, 13 Mar 2015 15:53:23 -0400 In-Reply-To: <1426270185-19510-6-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, David Brown , Bryan Huntsman , Daniel Walker , "David S. Miller" On Friday 13 March 2015 11:09:38 Stephen Boyd wrote: > This config no longer exists now that mach-msm has been removed. > Delete it and the associated code. > > Cc: David S. Miller > Cc: David Brown > Cc: Bryan Huntsman > Cc: Daniel Walker > Signed-off-by: Stephen Boyd > --- > > This can be acked and go through arm-soc or applied directly. > > drivers/net/ethernet/smsc/smc91x.h | 14 -------------- > 1 file changed, 14 deletions(-) > David Miller already merged a patch that removes this and the other platform specific parts of that file that are no longer needed. Arnd