- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kernel / pcspeaker.c
index 965c549..a311ffc 100644 (file)
@@ -6,11 +6,6 @@ static __init int add_pcspkr(void)
 {
        struct platform_device *pd;
 
-#ifdef CONFIG_XEN
-       if (!is_initial_xendomain())
-               return 0;
-#endif
-
        pd = platform_device_register_simple("pcspkr", -1, NULL, 0);
 
        return IS_ERR(pd) ? PTR_ERR(pd) : 0;