Commit 896d0179 authored by Linus Torvalds's avatar Linus Torvalds

Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen

* 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen:pvhvm: Modpost section mismatch fix
parents 0df55ea5 3c52b7bf
...@@ -35,7 +35,7 @@ EXPORT_SYMBOL_GPL(xen_platform_pci_unplug); ...@@ -35,7 +35,7 @@ EXPORT_SYMBOL_GPL(xen_platform_pci_unplug);
#ifdef CONFIG_XEN_PVHVM #ifdef CONFIG_XEN_PVHVM
static int xen_emul_unplug; static int xen_emul_unplug;
static int __init check_platform_magic(void) static int check_platform_magic(void)
{ {
short magic; short magic;
char protocol; char protocol;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment