• Geert Uytterhoeven's avatar
    enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL build · 644a918d
    Geert Uytterhoeven authored
    If CONFIG_RFS_ACCEL=n:
    
    drivers/net/ethernet/cisco/enic/enic_main.c: In function 'enic_open':
    drivers/net/ethernet/cisco/enic/enic_main.c:1603:2: error: implicit declaration of function 'enic_rfs_flw_tbl_init' [-Werror=implicit-function-declaration]
    drivers/net/ethernet/cisco/enic/enic_main.c: In function 'enic_stop':
    drivers/net/ethernet/cisco/enic/enic_main.c:1630:2: error: implicit declaration of function 'enic_rfs_flw_tbl_free' [-Werror=implicit-function-declaration]
    
    Introduced in commit a145df23 ("enic: Add
    Accelerated RFS support").
    
    Dummy functions are provided, but their prototypes are missing, causing the
    build failure.  Provide dummy static inline functions instead to fix this.
    Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    644a918d
enic_clsf.c 6.58 KB