diff --git a/[refs] b/[refs] index 335e3eee8e61..a658f36e1cfa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96f6e775b58687d85ee33004d414419b5ec34106 +refs/heads/master: a10a569806e43b9be5fce60b21f836b50b1010e4 diff --git a/trunk/drivers/misc/vmware_balloon.c b/trunk/drivers/misc/vmware_balloon.c index e7161c4e3798..db9cd0240c6f 100644 --- a/trunk/drivers/misc/vmware_balloon.c +++ b/trunk/drivers/misc/vmware_balloon.c @@ -41,7 +41,7 @@ #include #include #include -#include +#include MODULE_AUTHOR("VMware, Inc."); MODULE_DESCRIPTION("VMware Memory Control (Balloon) Driver"); @@ -767,7 +767,7 @@ static int __init vmballoon_init(void) * Check if we are running on VMware's hypervisor and bail out * if we are not. */ - if (!vmware_platform()) + if (x86_hyper != &x86_hyper_vmware) return -ENODEV; vmballoon_wq = create_freezeable_workqueue("vmmemctl");