commit | 14b4c48bb1ce6ff429a9288c9579cc984193ebaf | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Sun Jul 14 15:02:25 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 14 12:12:59 2019 -0700 |
tree | 79f5854c44c9f57f02c658a891ec9f98546d62ee | |
parent | 0307d589c4d6f84349afb7a53717baa2392f6a38 [diff] |
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>