• Márton Németh's avatar
    V4L/DVB: stv0900: make more local functions static · 936c05e7
    Márton Németh authored
    Some functions are only used locally so mark them static.
    
    This will remove the following sparse warnings (see "make C=1"):
     * symbol 'extract_mask_pos' was not declared. Should it be static?
     * symbol 'stv0900_initialize' was not declared. Should it be static?
     * symbol 'stv0900_get_mclk_freq' was not declared. Should it be static?
     * symbol 'stv0900_set_mclk' was not declared. Should it be static?
     * symbol 'stv0900_get_err_count' was not declared. Should it be static?
    Signed-off-by: default avatarMárton Németh <nm127@freemail.hu>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    936c05e7
stv0900_core.c 48.6 KB