From patchwork Wed Aug 20 13:10:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 4751161 Return-Path: X-Original-To: patchwork-linux-sh@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 02A5CC0338 for ; Wed, 20 Aug 2014 13:08:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 62E212012F for ; Wed, 20 Aug 2014 13:08:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E648200ED for ; Wed, 20 Aug 2014 13:08:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751316AbaHTNIH (ORCPT ); Wed, 20 Aug 2014 09:08:07 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:40020 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876AbaHTNIG (ORCPT ); Wed, 20 Aug 2014 09:08:06 -0400 Received: by mail-pd0-f176.google.com with SMTP id y10so11594596pdj.35 for ; Wed, 20 Aug 2014 06:08:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=yliodUrze93d0sFKPhzLau5sUbEtjsma3wGgrTs2R4k=; b=cbGJCltBtJVCmVaw1zbi7MMcTb0pkZ1y6QsFYRhpQD/da2sYnK8Dbb5S0vhwLQonUD 3dOYUVabohmZht6LPrDrn6GNW/k6j8PCVAr5MKx+BHiwae2UCfKzA1lG2b8btdHiYweX uuymohsfmcUEj+uP4NJYCZq5QH3ge9hnlxubKABS25MxGxdo9IeHA/+nw5mCkyH+o9Q5 AT5Ruk3uaxwGKqejjWap3Tr3kddcu/vX8P/vlC2lP97OAmxO0u9mAGwatpt0IKCXGFXG D34JcKQ7lpc4j8s9jrUYrHT2vXVEMgQl09M89bRSpfliu34WKRWmoYQtof24d+a9gCaa 4gkg== X-Received: by 10.66.66.133 with SMTP id f5mr52090313pat.81.1408540083157; Wed, 20 Aug 2014 06:08:03 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id bu2sm22391844pbc.19.2014.08.20.06.08.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Aug 2014 06:08:01 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Wed, 20 Aug 2014 22:10:15 +0900 Message-Id: <20140820131015.373.91949.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: ape6evm: Remove duplicate CPUFreq bits Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm The CPUFreq platform device is already registered by shmobile_init_late(), so get rid of ape6evm specific bits. Signed-off-by: Magnus Damm --- Built of top of renesas-devel-20140820-v3.17-rc1 arch/arm/mach-shmobile/board-ape6evm-reference.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/mach-shmobile/board-ape6evm-reference.c +++ work/arch/arm/mach-shmobile/board-ape6evm-reference.c 2014-08-20 19:34:53.000000000 +0900 @@ -50,7 +50,6 @@ static void __init ape6evm_add_standard_ r8a73a4_add_dt_devices(); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); - platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0); } static const char *ape6evm_boards_compat_dt[] __initdata = {