• Andrew Morton's avatar
    [PATCH] via-velocity warning fixes · a0ba2c5d
    Andrew Morton authored
    With CONFIG_PM=n various functions (such as velocity_set_wol) are unused
    and we get warnings and unused code.
    
    Fix that up by moving the functions so they fall inside the callers's #ifdef
    CONFIG_PM.
    
    Remove now-unneeded forward declarations.
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    a0ba2c5d
via-velocity.c 88.3 KB