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)
commit14b4c48bb1ce6ff429a9288c9579cc984193ebaf
tree79f5854c44c9f57f02c658a891ec9f98546d62ee
parent0307d589c4d6f84349afb7a53717baa2392f6a38
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>
drivers/net/ethernet/google/gve/gve_main.c