[PATCH] via-velocity warning fixes
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: Andrew Morton <akpm@osdl.org>
Showing
Please register or sign in to comment