• Amit Cohen's avatar
    mlxsw: spectrum_ptp: Fix compilation warnings · 12e09138
    Amit Cohen authored
    In case that 'CONFIG_PTP_1588_CLOCK' is not enabled in the config file,
    there are implementations for the functions
    mlxsw_{sp,sp2}_ptp_txhdr_construct() as part of 'spectrum_ptp.h'. In this
    case, they should be defined as 'static' as they are not supposed to be
    used out of this file. Make the functions 'static', otherwise the following
    warnings are returned:
    
    "warning: no previous prototype for 'mlxsw_sp_ptp_txhdr_construct'"
    "warning: no previous prototype for 'mlxsw_sp2_ptp_txhdr_construct'"
    
    In addition, make the functions 'inline' for case that 'spectrum_ptp.h'
    will be included anywhere else and the functions would probably not be
    used, so compilation warnings about unused static will be returned.
    
    Fixes: 24157bc6 ("mlxsw: Send PTP packets as data packets to overcome a limitation")
    Reported-by: default avatarkernel test robot <lkp@intel.com>
    Signed-off-by: default avatarAmit Cohen <amcohen@nvidia.com>
    Reviewed-by: default avatarPetr Machata <petrm@nvidia.com>
    Signed-off-by: default avatarPetr Machata <petrm@nvidia.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    12e09138
spectrum_ptp.h 6.51 KB