netpoll: do not export netpoll_poll_[disable|enable]()
authorEric Dumazet <edumazet@google.com>
Tue, 20 Aug 2024 16:20:53 +0000 (16:20 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Aug 2024 00:31:28 +0000 (17:31 -0700)
commit007d4271a5f10638cba6f0b99698557ef30014b9
treee92bcd044fcf300d4f159fe94d58db34965296a0
parentf8669d7b5f5d2d88959456ae9123d8bb6fdc1ebe
netpoll: do not export netpoll_poll_[disable|enable]()

netpoll_poll_disable() and netpoll_poll_enable() are only used
from core networking code, there is no need to export them.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240820162053.3870927-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/netpoll.c