• Tom Parkin's avatar
    l2tp: don't export __l2tp_session_unhash · b2aecfe8
    Tom Parkin authored
    When __l2tp_session_unhash was first added it was used outside of
    l2tp_core.c, but that's no longer the case.
    
    As such, there's no longer a need to export the function.  Make it
    private inside l2tp_core.c, and relocate it to avoid having to declare
    the function prototype in l2tp_core.h.
    
    Since the function is no longer used outside l2tp_core.c, remove the
    "__" prefix since we don't need to indicate anything special about its
    expected use to callers.
    Signed-off-by: default avatarTom Parkin <tparkin@katalix.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    b2aecfe8
l2tp_core.h 9.31 KB