x86, hypervisor: add missing <linux/module.h>
authorH. Peter Anvin <hpa@zytor.com>
Mon, 10 May 2010 05:46:54 +0000 (22:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 10 May 2010 05:46:54 +0000 (22:46 -0700)
commit3998d095354d2a3062bdaa821ef07a1e1c82873c
treefc51a0cfe2e96f8a1fd52cc1f68af07974307843
parenta10a569806e43b9be5fce60b21f836b50b1010e4
x86, hypervisor: add missing <linux/module.h>

EXPORT_SYMBOL() needs <linux/module.h> to be included; fixes modular
builds of the VMware balloon driver, and any future modular drivers
which depends on the hypervisor.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Greg KH <greg@kroah.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Alok Kataria <akataria@vmware.com>
Cc: Ky Srinivasan <ksrinivasan@novell.com>
Cc: Dmitry Torokhov <dtor@vmware.com>
LKML-Reference: <4BE49778.6060800@zytor.com>
arch/x86/kernel/cpu/hypervisor.c
arch/x86/kernel/cpu/mshyperv.c