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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F17D3C43613 for ; Thu, 20 Jun 2019 09:39:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0AAC2083B for ; Thu, 20 Jun 2019 09:39:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726393AbfFTJjQ (ORCPT ); Thu, 20 Jun 2019 05:39:16 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:51913 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbfFTJjQ (ORCPT ); Thu, 20 Jun 2019 05:39:16 -0400 Received: from localhost (alyon-656-1-672-152.w92-137.abo.wanadoo.fr [92.137.69.152]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id B7EAA200003; Thu, 20 Jun 2019 09:39:13 +0000 (UTC) Date: Thu, 20 Jun 2019 11:39:12 +0200 From: Alexandre Belloni To: Philippe Mazenauer Cc: Nicolas Ferre , Ludovic Desroches , Russell King , "moderated list:ARM/Microchip (AT91) SoC support" , open list Subject: Re: [PATCH] arm: add missing include platform-data/atmel.h Message-ID: <20190620093912.GX23549@piout.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 22/05/2019 09:36:57+0000, Philippe Mazenauer wrote: > Include corresponding headerfile for > function at91_suspend_entering_slow_clock(). > > ../arch/arm/mach-at91/pm.c:279:5: warning: no previous prototype for ‘at91_suspend_entering_slow_clock’ [-Wmissing-prototypes] > int at91_suspend_entering_slow_clock(void) > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Signed-off-by: Philippe Mazenauer > --- > arch/arm/mach-at91/pm.c | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com