From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756883AbbCMTgQ (ORCPT ); Fri, 13 Mar 2015 15:36:16 -0400 Received: from cpsmtpb-ews09.kpnxchange.com ([213.75.39.14]:65261 "EHLO cpsmtpb-ews09.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756798AbbCMTgN (ORCPT ); Fri, 13 Mar 2015 15:36:13 -0400 Message-ID: <1426275371.7778.10.camel@x220> Subject: Re: [PATCH 01/12] ARM: Remove mach-msm and associated ARM architecture code From: Paul Bolle 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 , Arnd Bergmann Date: Fri, 13 Mar 2015 20:36:11 +0100 In-Reply-To: <1426270185-19510-2-git-send-email-sboyd@codeaurora.org> References: <1426270185-19510-1-git-send-email-sboyd@codeaurora.org> <1426270185-19510-2-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Mar 2015 19:36:11.0072 (UTC) FILETIME=[F5B0C400:01D05DC4] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've checked this series with my local Kconfig checker (for no other reason than that it removes board-sapphire.c and I had promised to do so too a week ago). On Fri, 2015-03-13 at 11:09 -0700, Stephen Boyd wrote: > --- a/arch/arm/mach-msm/Kconfig > +++ /dev/null > -config MSM_SMD > - bool After this series MSM_SMD is still referenced in drivers/char/Kconfig (sin the entry for MSM_SMD_PKT) and drivers/tty/serial/Kconfig (in the entry for SERIAL_MSM_SMD). So I think those two Kconfing entries, drivers/char/msm_smd_pkt.c, drivers/tty/serial/msm_smd_tty.c, and the related lines in the two Makefiles involved, can be removed too. (A quick glance at those tow entries and those two files suggests there are no second order effects from removing all that.) Paul Bolle