From: Denis Efremov <efre...@linux.com> Date: Sun, 14 Jul 2019 15:02:25 +0300
> The function gve_probe is declared static and marked EXPORT_SYMBOL, which > is at best an odd combination. Because the function is not used outside of > the drivers/net/ethernet/google/gve/gve_main.c file it is defined in, this > commit removes the EXPORT_SYMBOL() marking. > > Signed-off-by: Denis Efremov <efre...@linux.com> Applied, thanks.