From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 102EFC001DE for ; Fri, 28 Jul 2023 09:50:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231910AbjG1Ju3 (ORCPT ); Fri, 28 Jul 2023 05:50:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233688AbjG1JuQ (ORCPT ); Fri, 28 Jul 2023 05:50:16 -0400 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 847CE3A8D; Fri, 28 Jul 2023 02:50:06 -0700 (PDT) Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1qPK6l-0004gc-00; Fri, 28 Jul 2023 11:50:03 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id A9BD1C01C1; Fri, 28 Jul 2023 11:48:26 +0200 (CEST) Date: Fri, 28 Jul 2023 11:48:26 +0200 From: Thomas Bogendoerfer To: Rob Herring Cc: John Crispin , Geert Uytterhoeven , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: Fixup explicit DT include clean-up Message-ID: References: <20230727012028.3933785-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230727012028.3933785-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 26, 2023 at 07:20:28PM -0600, Rob Herring wrote: > Commit 657c45b303f87d77 ("MIPS: Explicitly include correct DT includes") > removed a necessary include by mistake and missed adding an explicit > include of spinlock.h (from of.h -> kobject.h -> spinlock.h). > > Fixes: 657c45b303f87d77 ("MIPS: Explicitly include correct DT includes") > Reported-by: Geert Uytterhoeven > Signed-off-by: Rob Herring > --- > arch/mips/lantiq/xway/gptu.c | 1 + > arch/mips/pic32/pic32mzda/config.c | 1 + > 2 files changed, 2 insertions(+) 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 ]