gve: Remove the exporting of gve_probe
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@linux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
0307d589c4
Коммит
14b4c48bb1
|
@ -1192,7 +1192,6 @@ abort_with_enabled:
|
|||
pci_disable_device(pdev);
|
||||
return -ENXIO;
|
||||
}
|
||||
EXPORT_SYMBOL(gve_probe);
|
||||
|
||||
static void gve_remove(struct pci_dev *pdev)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче