From patchwork Tue Jul 8 15:11:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 4505811 Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E1D77BEEAA for ; Tue, 8 Jul 2014 15:14:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1FCDC202E5 for ; Tue, 8 Jul 2014 15:14:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DE5C2020E for ; Tue, 8 Jul 2014 15:14:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752859AbaGHPOa (ORCPT ); Tue, 8 Jul 2014 11:14:30 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:57126 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751566AbaGHPOa (ORCPT ); Tue, 8 Jul 2014 11:14:30 -0400 Received: by mail-we0-f174.google.com with SMTP id u57so6145664wes.33 for ; Tue, 08 Jul 2014 08:14:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=biBUHI5rM3XCEvjz2/ni8VBGebpvLbr19nTm7eodibk=; b=D5Iy+dcKJeYaoUqyYoQpiPit0jmLeAndOM8lfpwrH+QGyge3o7a/XMyHvSRjXe/DGT bsSemZ+vDwlLzc8Y+nx8OrvHfr3hZXh16QBWu8rWBRYvuvj1cEaiyOYQakIAMZg9wMGk 2YHFTC+Y0Nh6RcQowq96XQKhIayd3V1EuhGIXoGsHQXUK2x/SU23jdSVNPoet7CdIeLe YmFpTJCz3gDJuxtJB6VdVfWAzRssIII6Um1G4jfSr2pAgFB3JueKZKS3ieKUjlGn28+v O/q18IGuHW3IPKgCbzZyUDYrOVvDtPgcQu1KwFBfOm4TJ2WhLatcKm0l/WrTY6RJBciH j12g== X-Gm-Message-State: ALoCoQmY+ZAJ+CeiCBDeJNL3hqROm4c6ggI1y1u13dDoJQ+xWB55HhzSInqmE3sYhIpf79FwtWj1 X-Received: by 10.194.2.45 with SMTP id 13mr4101950wjr.127.1404832468757; Tue, 08 Jul 2014 08:14:28 -0700 (PDT) Received: from localhost.localdomain (LPuteaux-656-01-48-212.w82-127.abo.wanadoo.fr. [82.127.83.212]) by mx.google.com with ESMTPSA id ft2sm8102647wib.1.2014.07.08.08.14.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Jul 2014 08:14:27 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Daniel Walker Cc: David Brown , Bryan Huntsman , Linus Walleij Subject: [PATCH 2/3] ARM: msm: remove reference to MSM_SERIAL_DEBUGGER Date: Tue, 8 Jul 2014 17:11:42 +0200 Message-Id: <1404832303-14850-3-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1404832303-14850-1-git-send-email-linus.walleij@linaro.org> References: <1404832303-14850-1-git-send-email-linus.walleij@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is a dangling symbol in the kernel: there is no config option for the MSM_SERIAL_DEBUGGER anywhere in the kernel. Signed-off-by: Linus Walleij --- arch/arm/mach-msm/board-msm7x30.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index 245884319d2e..8f5ecdc4f3ce 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c @@ -124,7 +124,7 @@ struct msm_gpiomux_config msm_gpiomux_configs[GPIOMUX_NGPIOS] = { static struct platform_device *devices[] __initdata = { &msm_clock_7x30, &msm_device_gpio_7x30, -#if defined(CONFIG_SERIAL_MSM) || defined(CONFIG_MSM_SERIAL_DEBUGGER) +#if defined(CONFIG_SERIAL_MSM) &msm_device_uart2, #endif &msm_device_smd,