From 1444c301a42217335d21fd3704baa34e72a1e6bf Mon Sep 17 00:00:00 2001 From: "Lad, Prabhakar" Date: Thu, 5 Feb 2015 15:47:17 +0000 Subject: [PATCH] net: bnx2x: fix sparse warnings 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 Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-format-patch failed