Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp2003422ybm; Sun, 31 May 2020 05:35:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyQOKN0ekhjsfeUCJ9h6lVRJRYDKJvAF0VNmqLR8pTM+FjYTKZ32fFS8EPi1aQxXsUfAGxK X-Received: by 2002:a17:907:35c9:: with SMTP id ap9mr6882336ejc.81.1590928528367; Sun, 31 May 2020 05:35:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590928528; cv=none; d=google.com; s=arc-20160816; b=ggaAh0SXVEKmQ/VLeW/l4K5o7tP5DJ4AAyGiXj3K7gP7m5eiojFaKQPMwaLopYFc9+ aQqRUjZ9C+mEPE3SNxK/kxF7jhQkjdz2R3hVWnbeU7vIm2L8mWzczNncrfu5tOF53T8W R0qgKIIhHXTjzwZOjHjPviQcaoVY2HdxkPnWDpNBU2dnmSzVRgPwaCiEfKE6UoHI3vUh iHLcRZk3o5oia3RfJWTry+AK7JEIQWGvSHoK9Kx/tbuuq/dX+7P3uXo3SYCs38jGAwXL uhQOmtqDTxRJLEN2ofyuF814EIX16XM9RIOHRimSyySB492bD0mE34Rqmv/Bzie/GGfj 2KUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=P+NPofk8Nt97+SpVZ3blYmnqUwZp6Ua4rs8GoCTGFjI=; b=rK+pSiXKt/+8PrnyP5jOloDUXTiAk7GTPv+eucnCVXLJg/Ljp1fRtV5M3c+S+0GrAI ipKAr9jEpyKJUFo4U7aoyZk4u4xBjuWgIeBXaSk+shJIRg5Ki/7l6h5i195i1Ed94FKU eszph2mlAftBMiqEHvYJ24toLVwmLFcsV/ST7BV12D3oVYZKUJGkZBj428vQRnNkAbND gucV61dcOjUg3jwrYV73dWGjiCYBA7753crhkozuoDkd+YIRQykfJPBL9vX4xO2TnoE+ l12UoEhkJfnK5uDUCi4+Oyo6iPKgisZPAW+nCVjYvam7r9G6mV+AAbmIV2xwU+cNGXuy qh6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id pw8si996829ejb.83.2020.05.31.05.35.05; Sun, 31 May 2020 05:35:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729604AbgEaMdE (ORCPT + 99 others); Sun, 31 May 2020 08:33:04 -0400 Received: from elvis.franken.de ([193.175.24.41]:45601 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725912AbgEaMdE (ORCPT ); Sun, 31 May 2020 08:33:04 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1jfN9A-00033I-01; Sun, 31 May 2020 14:33:00 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id A8153C0654; Sun, 31 May 2020 14:32:48 +0200 (CEST) Date: Sun, 31 May 2020 14:32:48 +0200 From: Thomas Bogendoerfer To: Chuanhong Guo Cc: linux-mips@vger.kernel.org, John Crispin , linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: ralink: drop ralink_clk_init for mt7621 Message-ID: <20200531123248.GB6039@alpha.franken.de> References: <20200328041523.81229-1-gch981213@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200328041523.81229-1-gch981213@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 28, 2020 at 12:14:57PM +0800, Chuanhong Guo wrote: > ralink_clk_init is only called in arch/mips/ralink/clk.c which isn't > compiled for mt7621. And it doesn't export a proper cpu clock. > Drop this unused function. > > Signed-off-by: Chuanhong Guo > --- > arch/mips/ralink/mt7621.c | 43 --------------------------------------- > 1 file changed, 43 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]