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 B8B4AC77B7D for ; Wed, 17 May 2023 05:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232619AbjEQF7I (ORCPT ); Wed, 17 May 2023 01:59:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232625AbjEQF7B (ORCPT ); Wed, 17 May 2023 01:59:01 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 230FC2D67; Tue, 16 May 2023 22:58:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3DE4F8164; Wed, 17 May 2023 05:58:51 +0000 (UTC) Date: Wed, 17 May 2023 08:58:50 +0300 From: Tony Lindgren To: Aaro Koskinen 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: <20230517055850.GL14287@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> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * 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