Browse Source

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
Linus Torvalds 14 years ago
parent
commit
896d01796d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/xen/platform-pci-unplug.c

+ 1 - 1
arch/x86/xen/platform-pci-unplug.c

@@ -35,7 +35,7 @@ EXPORT_SYMBOL_GPL(xen_platform_pci_unplug);
 #ifdef CONFIG_XEN_PVHVM
 static int xen_emul_unplug;
 
-static int __init check_platform_magic(void)
+static int check_platform_magic(void)
 {
 	short magic;
 	char protocol;