Displaying 1 result from an estimated 1 matches for "xen_hvm_post_suspend".
2013 Jul 15
3
[PATCH] xen/control: protect functions with CONFIG_HIBERNATE_CALLBACKS to avoid warning
If CONFIG_HIBERNATE_CALLBACKS is not set gcc will issue warnings:
drivers/xen/manage.c:46:13: warning: ''xen_hvm_post_suspend'' defined but not used [-Wunused-function]
drivers/xen/manage.c:52:13: warning: ''xen_pre_suspend'' defined but not used [-Wunused-function]
drivers/xen/manage.c:59:13: warning: ''xen_post_suspend'' defined but not used [-Wunused-function]
Signed-off-by: Jul...