X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fxen%2Fplatform-pci.c;h=2389e581e23c00c21982e97658c87fe5200689a0;hb=8f09c3d8dbb8ba35c579e426b3f30bf7bafe0a85;hp=319dd0a94d5135389ff7f932ef68872f0936f5e0;hpb=bc9bc72e2f9bb07384c00604d1a40d0b5f62be6c;p=~andy%2Flinux diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c index 319dd0a94d5..2389e581e23 100644 --- a/drivers/xen/platform-pci.c +++ b/drivers/xen/platform-pci.c @@ -186,11 +186,6 @@ static struct pci_driver platform_driver = { static int __init platform_pci_module_init(void) { - /* no unplug has been done, IGNORE hasn't been specified: just - * return now */ - if (!xen_platform_pci_unplug) - return -ENODEV; - return pci_register_driver(&platform_driver); }