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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 31571C7EE2A for ; Wed, 17 May 2023 05:58:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id DB50AC4339B; Wed, 17 May 2023 05:58:44 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by smtp.kernel.org (Postfix) with ESMTP id 8436BC433D2; Wed, 17 May 2023 05:58:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 8436BC433D2 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 19262813D; Wed, 17 May 2023 05:58:37 +0000 (UTC) Date: Wed, 17 May 2023 08:58:35 +0300 From: Tony Lindgren To: Aaro Koskinen List-Id: Cc: Arnd Bergmann , soc@kernel.org, Arnd Bergmann , Russell King , Bartosz Golaszewski , Hartley Sweeten , Alexander Sverdlin , Andre Przywara , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Vladimir Zapolskiy , Janusz Krzysztofik , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Viresh Kumar , Shiraz Hashim , Sudeep Holla , Lorenzo Pieralisi , Linus Walleij , Michael Turquette , Stephen Boyd , Greg Kroah-Hartman , Alan Stern , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 07/13] ARM: omap1: add missing include Message-ID: <20230517055835.GK14287@atomide.com> References: <20230516153109.514251-1-arnd@kernel.org> <20230516153109.514251-8-arnd@kernel.org> <20230516231821.GC271152@darkstar.musicnaut.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230516231821.GC271152@darkstar.musicnaut.iki.fi> * Aaro Koskinen [230516 23:18]: > On Tue, May 16, 2023 at 05:31:03PM +0200, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > The omap_serial_wakeup_init() declaration is not visible where it is > > defined, so make sure "common.h" is included here, avoiding: > > > > arch/arm/mach-omap1/serial.c:221:12: error: no previous prototype for 'omap_serial_wakeup_init' [-Werror=missing-prototypes] > > > > Signed-off-by: Arnd Bergmann > > Acked-by: Aaro Koskinen Acked-by: Tony Lindgren