From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A67161E878; Thu, 7 Mar 2024 16:21:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709828513; cv=none; b=szWAYOjRimaCdJyMDVn3J00MTd04Pu42UU+YzmST22kBIKXz0cvH6yWbw/58ZVGAjFMuZhQl9v6TwDhTV+NiKAxhcXOykcTwHf/RHawFHNcpZdyI/U8+d0e4FJTAvuPKLYAG5/rq+wZbw1VGb7s9yivYBoqC7kKweqonT4ty32c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709828513; c=relaxed/simple; bh=6IZfI0/bsHGNTFF4mSjGwdRGMcsWxvZOAvoR8ODH7tk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HG4+QALwu2wSkj2uEnanzn9529e+ILt3pWXh9o80kN2VVlcR/l/A6J4F79izxTFICsnOQidl4lKk7gGxApAPXmOkP2T8BvcAN75zFlKDtwxtqEmpP46MQBkdmqrxX61h2R8ys9nU4bGnaHiXCNktjc/kVU01wA3NqCnMqAzRKWQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1riGV3-0003H9-00; Thu, 07 Mar 2024 17:21:41 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 6D4AEC066F; Thu, 7 Mar 2024 17:21:31 +0100 (CET) Date: Thu, 7 Mar 2024 17:21:31 +0100 From: Thomas Bogendoerfer To: Andy Shevchenko Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, John Crispin , Sergio Paracuellos Subject: Re: [PATCH v1 1/1] MIPS: ralink: Remove unused of_gpio.h Message-ID: References: <20240304175439.1199865-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240304175439.1199865-1-andriy.shevchenko@linux.intel.com> On Mon, Mar 04, 2024 at 07:54:39PM +0200, Andy Shevchenko wrote: > of_gpio.h is deprecated and subject to remove. > The driver doesn't use it, simply remove the unused header. > > Signed-off-by: Andy Shevchenko > --- > arch/mips/ralink/timer.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/mips/ralink/timer.c b/arch/mips/ralink/timer.c > index fc503679a93d..8b485cbe854e 100644 > --- a/arch/mips/ralink/timer.c > +++ b/arch/mips/ralink/timer.c > @@ -9,7 +9,6 @@ > #include > #include > #include > -#include > #include > > #include > -- > 2.43.0.rc1.1.gbec44491f096 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 ]