commit | 5b25d89e19be2ff2fa7a5c80099e88fa56d66334 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Sep 26 13:13:42 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Sep 26 13:17:55 2011 -0400 |
tree | 6cdcdc9ff1d9d173df7705aa55d7375ea21d8731 | |
parent | ddacf5ef684a655abe2bb50c4b2a5b72ae0d5e05 [diff] |
xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain' Randy found a compile error when using make randconfig to trigger drivers/xen/xenbus/xenbus_xs.c:909:2: error: implicit declaration of function 'xen_hvm_domain' it is unclear which of the CONFIG options triggered this. This patch fixes the error. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>