mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
x86, platform: Export x86_platform to modules
Export x86_platform to modules in preparation of using it for i8042 discovery control. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> LKML-Reference: <1278342202-10973-1-git-send-email-feng.tang@intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Feng Tang <feng.tang@intel.com> Cc: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
78178c7d6e
commit
72550b3ae5
@ -5,6 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
#include <asm/bios_ebda.h>
|
#include <asm/bios_ebda.h>
|
||||||
#include <asm/paravirt.h>
|
#include <asm/paravirt.h>
|
||||||
@ -94,3 +95,5 @@ struct x86_platform_ops x86_platform = {
|
|||||||
.is_untracked_pat_range = is_ISA_range,
|
.is_untracked_pat_range = is_ISA_range,
|
||||||
.nmi_init = default_nmi_init
|
.nmi_init = default_nmi_init
|
||||||
};
|
};
|
||||||
|
|
||||||
|
EXPORT_SYMBOL_GPL(x86_platform);
|
||||||
|
Loading…
Reference in New Issue
Block a user