From patchwork Wed Aug 17 04:21:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 9285109 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7A6FD60839 for ; Wed, 17 Aug 2016 04:30:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60A7C28799 for ; Wed, 17 Aug 2016 04:30:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F8B5287EC; Wed, 17 Aug 2016 04:30:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C353428799 for ; Wed, 17 Aug 2016 04:30:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750764AbcHQEaB (ORCPT ); Wed, 17 Aug 2016 00:30:01 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34976 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763AbcHQEaB (ORCPT ); Wed, 17 Aug 2016 00:30:01 -0400 Received: by mail-pa0-f53.google.com with SMTP id i5so32830604pat.2 for ; Tue, 16 Aug 2016 21:29:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=G0NB7hCMNCrmpu8qBLA15ntrmWKyjDY2cJx7Vy8nkUI=; b=QYJpUKw29GlPZyHKsnWm6EIirTBvcd9L0qnEUv8cFZ+Rj0y885Ox3A0ogZeFXO/XUB flNvMQl6t/4XHswvXy9EQUKVl6VeCAX4IEAYOQy3ax3T4cV+TOPuzsRi2k8hxVDarcpb MoBs10VOhE/2KaMxYV3jK/8m9a6ApHo17AQbk= 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=G0NB7hCMNCrmpu8qBLA15ntrmWKyjDY2cJx7Vy8nkUI=; b=FVliF0XVmEzeLxnKZODq41q1irh9kYNnw5Z5QhzYKowrmcBCXVvB0NqNRuyFsbR31g s6dzE4HMySS7Kg0PIo4vQn7yfp8LsQ0972SISfXWuMc4aTUAPhKdUbaIui1O8axvdyPc r8YAje4A6HzDtPcK/LuxH70ToYr+0fRw9+QfQVMczvln5a/vMBoMxpBBr7M6SX1YSQP4 c71IgalgURZZKom9vLn2g1K5+0AfK4s/4QAodAfb8nqD3Qfl8c5ympaKX4hSS47vfeg/ 1+SclrzKJ/BFxfpH35gJn6xybtzvyhDIjmmmNMyUddIc1m/xCaum6YD9moU25XpfIA1b Hn6A== X-Gm-Message-State: AEkoousVuDBpmnWdabQW0bLUEXtYYRNxobVowqWWSqbo1FlrjSMXAr3SUtDH9MWyYd4+pqSS X-Received: by 10.66.21.167 with SMTP id w7mr70328034pae.62.1471407736059; Tue, 16 Aug 2016 21:22:16 -0700 (PDT) Received: from localhost ([2602:306:3406:6500:498:c454:75a:8a43]) by smtp.gmail.com with ESMTPSA id 132sm42873246pfu.6.2016.08.16.21.22.15 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 16 Aug 2016 21:22:15 -0700 (PDT) From: Andy Gross To: linux-arm-msm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, Andy Gross Subject: [PATCH] ARM: qcom: Cleanup/Remove unnecessary board file Date: Tue, 16 Aug 2016 23:21:58 -0500 Message-Id: <1471407718-4219-1-git-send-email-andy.gross@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch removes the unnecessary board file. The generic machine definition is sufficient for the Qualcomm platforms. Signed-off-by: Andy Gross Reviewed-by: Stephen Boyd --- arch/arm/mach-qcom/Makefile | 1 - arch/arm/mach-qcom/board.c | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 arch/arm/mach-qcom/board.c diff --git a/arch/arm/mach-qcom/Makefile b/arch/arm/mach-qcom/Makefile index e324375..12878e9 100644 --- a/arch/arm/mach-qcom/Makefile +++ b/arch/arm/mach-qcom/Makefile @@ -1,2 +1 @@ -obj-y := board.o obj-$(CONFIG_SMP) += platsmp.o diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c deleted file mode 100644 index d8060df..0000000 --- a/arch/arm/mach-qcom/board.c +++ /dev/null @@ -1,31 +0,0 @@ -/* Copyright (c) 2010-2014 The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#include - -#include - -static const char * const qcom_dt_match[] __initconst = { - "qcom,apq8064", - "qcom,apq8074-dragonboard", - "qcom,apq8084", - "qcom,ipq8062", - "qcom,ipq8064", - "qcom,msm8660-surf", - "qcom,msm8960-cdp", - "qcom,mdm9615", - NULL -}; - -DT_MACHINE_START(QCOM_DT, "Qualcomm (Flattened Device Tree)") - .dt_compat = qcom_dt_match, -MACHINE_END