diff options
-rw-r--r-- | arch/x86/xen/platform-pci-unplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen/platform-pci-unplug.c index 25c52f94a27c..ffcf2615640b 100644 --- a/arch/x86/xen/platform-pci-unplug.c +++ b/arch/x86/xen/platform-pci-unplug.c | |||
@@ -35,7 +35,7 @@ EXPORT_SYMBOL_GPL(xen_platform_pci_unplug); | |||
35 | #ifdef CONFIG_XEN_PVHVM | 35 | #ifdef CONFIG_XEN_PVHVM |
36 | static int xen_emul_unplug; | 36 | static int xen_emul_unplug; |
37 | 37 | ||
38 | static int __init check_platform_magic(void) | 38 | static int check_platform_magic(void) |
39 | { | 39 | { |
40 | short magic; | 40 | short magic; |
41 | char protocol; | 41 | char protocol; |