lkml.org 
[lkml]   [2014]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 10/9] ARM: msm: Remove board-dt.c
    Date
    The default machine descriptor satisfies our needs now that the
    SMP ops are set based on the enable-method in devicetree and we're
    part of the multiplatform kernel. Drop this file.

    Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
    ---
    arch/arm/mach-msm/Makefile | 1 -
    arch/arm/mach-msm/board-dt.c | 27 ---------------------------
    2 files changed, 28 deletions(-)
    delete mode 100644 arch/arm/mach-msm/board-dt.c

    diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile
    index 721f27f50d96..e6b33cca67c2 100644
    --- a/arch/arm/mach-msm/Makefile
    +++ b/arch/arm/mach-msm/Makefile
    @@ -26,6 +26,5 @@ obj-$(CONFIG_MACH_TROUT) += board-trout.o board-trout-gpio.o board-trout-mmc.o b
    obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o devices-msm7x00.o
    obj-$(CONFIG_ARCH_MSM7X30) += board-msm7x30.o devices-msm7x30.o
    obj-$(CONFIG_ARCH_QSD8X50) += board-qsd8x50.o devices-qsd8x50.o
    -obj-$(CONFIG_ARCH_MSM_DT) += board-dt.o
    obj-$(CONFIG_MSM_GPIOMUX) += gpiomux.o
    obj-$(CONFIG_ARCH_QSD8X50) += gpiomux-8x50.o
    diff --git a/arch/arm/mach-msm/board-dt.c b/arch/arm/mach-msm/board-dt.c
    deleted file mode 100644
    index 1e3af2ba9981..000000000000
    --- a/arch/arm/mach-msm/board-dt.c
    +++ /dev/null
    @@ -1,27 +0,0 @@
    -/* Copyright (c) 2010-2012,2013 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 <linux/init.h>
    -
    -#include <asm/mach/arch.h>
    -
    -static const char * const msm_dt_match[] __initconst = {
    - "qcom,msm8660-fluid",
    - "qcom,msm8660-surf",
    - "qcom,msm8960-cdp",
    - "qcom,apq8074-dragonboard",
    - NULL
    -};
    -
    -DT_MACHINE_START(MSM_DT, "Qualcomm MSM (Flattened Device Tree)")
    - .dt_compat = msm_dt_match,
    -MACHINE_END
    --
    The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
    hosted by The Linux Foundation


    \
     
     \ /
      Last update: 2014-02-07 22:41    [W:4.128 / U:1.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site