From patchwork Tue Feb 25 23:01:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 3719251 Return-Path: X-Original-To: patchwork-linux-arm@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 E271DBF13A for ; Tue, 25 Feb 2014 23:02:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 15A9D201F5 for ; Tue, 25 Feb 2014 23:02:16 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 26287201DD for ; Tue, 25 Feb 2014 23:02:15 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIR0s-00005C-TV; Tue, 25 Feb 2014 23:02:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIR0q-0002AD-CZ; Tue, 25 Feb 2014 23:02:08 +0000 Received: from mail-ie0-f173.google.com ([209.85.223.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WIR0n-00028p-To for linux-arm-kernel@lists.infradead.org; Tue, 25 Feb 2014 23:02:06 +0000 Received: by mail-ie0-f173.google.com with SMTP id lx4so1050731iec.18 for ; Tue, 25 Feb 2014 15:01:44 -0800 (PST) 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; bh=d/C7Y4vQCPmZgQ6oGvOztU51n4tr5yQ5pe8ZcpvV9Lw=; b=dwCxqzFTAD2RAsLtzI50NJDYrT96cYwC38pIWaBgdf92fk1bO5VXbh5DpVW93B1mJu xZ6YmOQJE7ZlrKBwdmUVkpY7LcyaCzX6SYbhICNr8D2Hoxs2kzZH/hAnfPCFhZX8n1kz /WyEWUI5nAxMZHiLmEbdtXwXKmm+3EFp4GvUh4l+nsPPC8I11va7CwfKDZbefJRfNIuU V3a2xjYJ1qCtkO4X1yEpPAL2qfqvE16DQUCLEwq26G6m94xDWaI36PBdiphTeuS0Ao1z jatCldAhv6d2CzqLPpDMIdg4nXjqo2SQbXpT4DTFPllhx3LcYQ+P/YZfWmnMfTiwtX8X gbeQ== X-Gm-Message-State: ALoCoQmrG0/j3nNiEMRQ0Ok6uzBrJ4vn+Nh5m4+e8ayWCyq37XL4nsZEVak7QdwlPY5vGNIkX5Lc X-Received: by 10.43.61.206 with SMTP id wx14mr2405665icb.43.1393369304204; Tue, 25 Feb 2014 15:01:44 -0800 (PST) Received: from localhost.localdomain (c-71-195-31-37.hsd1.mn.comcast.net. [71.195.31.37]) by mx.google.com with ESMTPSA id qk2sm42896610igc.1.2014.02.25.15.01.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 15:01:43 -0800 (PST) From: Alex Elder To: bcm@fixthebug.org, mporter@linaro.org Subject: [PATCH] mach-bcm: bcm281xx: symbol cleanup Date: Tue, 25 Feb 2014 17:01:45 -0600 Message-Id: <1393369305-4748-1-git-send-email-elder@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140225_180205_999111_64E5CF76 X-CRM114-Status: GOOD ( 10.18 ) X-Spam-Score: -2.6 (--) Cc: bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 patch renames a few symbols that needlessly used "11351" rather than "281xx" in their names. Support for the bcm11351 board is being removed from the kernel, and the family of boards is more properly referred to as "bcm281xx". Signed-off-by: Alex Elder Reviewed-by: Markus Mayer --- arch/arm/mach-bcm/board_bcm281xx.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c index cb3dc36..d8f0b6c 100644 --- a/arch/arm/mach-bcm/board_bcm281xx.c +++ b/arch/arm/mach-bcm/board_bcm281xx.c @@ -65,10 +65,13 @@ static void __init board_init(void) kona_l2_cache_init(); } -static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, }; +static const char * const bcm281xx_dt_compat[] = { + "brcm,bcm11351", /* Have to use the first number upstreamed */ + NULL, +}; -DT_MACHINE_START(BCM11351_DT, "BCM281xx Broadcom Application Processor") +DT_MACHINE_START(BCM281XX_DT, "BCM281xx Broadcom Application Processor") .init_machine = board_init, .restart = bcm_kona_restart, - .dt_compat = bcm11351_dt_compat, + .dt_compat = bcm281xx_dt_compat, MACHINE_END