• Rashika Kheria's avatar
    drivers: net: Mark functions as static in qlcnic_io.c · 8e3fb2ce
    Rashika Kheria authored
    This patch marks the function qlcnic_enable_tx_intr(),
    qlcnic_83xx_enable_tx_intr() and qlcnic_83xx_disable_tx_intr() in
    qlcnic_io.c as static because they are not used outside this file.
    
    Thus, it also removes the following warnings in
    ethernet/qlogic/qlcnic/qlcnic_io.c:
    
    drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c:130:13: warning: no previous prototype for ‘qlcnic_enable_tx_intr’ [-Wmissing-prototypes]
    drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c:147:13: warning: no previous prototype for ‘qlcnic_83xx_enable_tx_intr’ [-Wmissing-prototypes]
    drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c:153:13: warning: no previous prototype for ‘qlcnic_83xx_disable_tx_intr’ [-Wmissing-prototypes]
    Signed-off-by: default avatarRashika Kheria <rashika.kheria@gmail.com>
    Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    8e3fb2ce
qlcnic_io.c 55.6 KB