• B
    net: mvneta: make stub functions static inline · 3f6b2c44
    Ben Dooks (Codethink) 提交于
    If the CONFIG_MVNET_BA is not set, then make the stub functions
    static inline to avoid trying to export them, and remove hte
    following sparse warnings:
    
    drivers/net/ethernet/marvell/mvneta_bm.h:163:6: warning: symbol 'mvneta_bm_pool_destroy' was not declared. Should it be static?
    drivers/net/ethernet/marvell/mvneta_bm.h:165:6: warning: symbol 'mvneta_bm_bufs_free' was not declared. Should it be static?
    drivers/net/ethernet/marvell/mvneta_bm.h:167:5: warning: symbol 'mvneta_bm_construct' was not declared. Should it be static?
    drivers/net/ethernet/marvell/mvneta_bm.h:168:5: warning: symbol 'mvneta_bm_pool_refill' was not declared. Should it be static?
    drivers/net/ethernet/marvell/mvneta_bm.h:170:23: warning: symbol 'mvneta_bm_pool_use' was not declared. Should it be static?
    drivers/net/ethernet/marvell/mvneta_bm.h:181:18: warning: symbol 'mvneta_bm_get' was not declared. Should it be static?
    drivers/net/ethernet/marvell/mvneta_bm.h:182:6: warning: symbol 'mvneta_bm_put' was not declared. Should it be static?
    Signed-off-by: NBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    3f6b2c44
mvneta_bm.h 6.0 KB