Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755290AbbDGOHu (ORCPT ); Tue, 7 Apr 2015 10:07:50 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:35713 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753484AbbDGOHt (ORCPT ); Tue, 7 Apr 2015 10:07:49 -0400 MIME-Version: 1.0 From: Valentin Rothberg Date: Tue, 7 Apr 2015 16:07:17 +0200 Message-ID: Subject: ARM: Remove mach-msm: some leftovers To: sboyd@codeaurora.org Cc: davidb@codeaurora.org, bryanh@codeaurora.org, dwalker@fifo99.com, galak@codeaurora.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Paul Bolle , Andreas Ruprecht , hengelein Stefan , linux@arm.linux.org.uk Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 955 Lines: 25 Hi Stephen, your commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM architecture code") removes config ARCH_MSM from Kconfig but leaves a few references untouched: arch/arm/Kconfig.debug:1563: default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ drivers/phy/Kconfig:289: depends on OF && ARCH_MSM drivers/scsi/ufs/Kconfig:76: depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM drivers/video/fbdev/Kconfig:2331: depends on FB && ARCH_MSM Is there a reason to keep those leftovers or is it an accident? I detected this issues with ./scripts/checkkconfigsymbols.py by comparing today's and the previous linux-next tree (--diff commit1..commit2). Kind regards, Valentin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/