Re: [PATCH] gve: Remove the exporting of gve_probe
From: David Miller
Date: Sun Jul 14 2019 - 15:13:19 EST
From: Denis Efremov <efremov@xxxxxxxxx>
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 <efremov@xxxxxxxxx>
Applied, thanks.