Skip to content
  • H. Peter Anvin's avatar
    x86, hypervisor: add missing <linux/module.h> · 3998d095
    H. Peter Anvin authored
    
    
    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: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarH. 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>
    3998d095