diff options
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/platform-pci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c index 319dd0a94d51..2389e581e23c 100644 --- a/drivers/xen/platform-pci.c +++ b/drivers/xen/platform-pci.c | |||
@@ -186,11 +186,6 @@ static struct pci_driver platform_driver = { | |||
186 | 186 | ||
187 | static int __init platform_pci_module_init(void) | 187 | static int __init platform_pci_module_init(void) |
188 | { | 188 | { |
189 | /* no unplug has been done, IGNORE hasn't been specified: just | ||
190 | * return now */ | ||
191 | if (!xen_platform_pci_unplug) | ||
192 | return -ENODEV; | ||
193 | |||
194 | return pci_register_driver(&platform_driver); | 189 | return pci_register_driver(&platform_driver); |
195 | } | 190 | } |
196 | 191 | ||