Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758127AbbBEQad (ORCPT ); Thu, 5 Feb 2015 11:30:33 -0500 Received: from mail-ig0-f173.google.com ([209.85.213.173]:42775 "EHLO mail-ig0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757544AbbBEQac (ORCPT ); Thu, 5 Feb 2015 11:30:32 -0500 Message-ID: <1423153829.31870.76.camel@edumazet-glaptop2.roam.corp.google.com> Subject: Re: [PATCH] net: bnx2x: fix sparse warnings From: Eric Dumazet To: Lad Prabhakar Cc: Ariel Elior , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Thu, 05 Feb 2015 08:30:29 -0800 In-Reply-To: <1423151237-20746-1-git-send-email-prabhakar.csengg@gmail.com> References: <1423151237-20746-1-git-send-email-prabhakar.csengg@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 23 On Thu, 2015-02-05 at 15:47 +0000, Lad Prabhakar wrote: > From: "Lad, Prabhakar" > > this patch fixes following sparse warnings: > > bnx2x_main.c:9172:6: warning: symbol 'bnx2x_stop_ptp' was not declared. Should it be static? > bnx2x_main.c:13321:6: warning: symbol 'bnx2x_register_phc' was not declared. Should it be static? > bnx2x_main.c:14638:5: warning: symbol 'bnx2x_enable_ptp_packets' was not declared. Should it be static? > > Signed-off-by: Lad, Prabhakar > --- Note there is no need to cc lkml for such patches, netdev is more than enough. Acked-by: Eric Dumazet -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/