]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gve: Remove the exporting of gve_probe
authorDenis Efremov <efremov@linux.com>
Sun, 14 Jul 2019 12:02:25 +0000 (15:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 14 Jul 2019 19:12:59 +0000 (12:12 -0700)
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>
drivers/net/ethernet/google/gve/gve_main.c

index 24f16e3368cda1585c515be82dd229598e24a89b..e8ee8cac2bbf1dfa51c1084df95d4dfb45fb4b6f 100644 (file)
@@ -1192,7 +1192,6 @@ static int gve_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
        pci_disable_device(pdev);
        return -ENXIO;
 }
-EXPORT_SYMBOL(gve_probe);
 
 static void gve_remove(struct pci_dev *pdev)
 {