From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:34255 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932696AbeBVOvv (ORCPT ); Thu, 22 Feb 2018 09:51:51 -0500 Date: Thu, 22 Feb 2018 06:51:47 -0800 From: Richard Cochran To: Arnd Bergmann Cc: Andrew Lunn , Vivien Didelot , Florian Fainelli , "David S. Miller" , Brandon Streiff , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dsa: ptp; mark dummy helpers as 'inline' Message-ID: <20180222145147.fwshubwqmxrshpav@localhost> References: <20180222114459.1272945-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180222114459.1272945-1-arnd@arndb.de> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Feb 22, 2018 at 12:44:40PM +0100, Arnd Bergmann wrote: > Declaring a static function in a header leads to a warning every > time that header gets included without the function being used: Acked-by: Richard Cochran