- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / kernel / pcspeaker.c
index a2c342f..bc1f2d3 100644 (file)
@@ -7,11 +7,6 @@ static __init int add_pcspkr(void)
        struct platform_device *pd;
        int ret;
 
-#ifdef CONFIG_XEN
-       if (!is_initial_xendomain())
-               return 0;
-#endif
-
        pd = platform_device_alloc("pcspkr", -1);
        if (!pd)
                return -ENOMEM;