Commit 29c980ef authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/mtd/devices/pmc551.c

parent f9f6d750
......@@ -681,11 +681,6 @@ int __init init_pmc551(void)
printk(KERN_INFO PMC551_VERSION);
if(!pci_present()) {
printk(KERN_NOTICE "pmc551: PCI not enabled.\n");
return -ENODEV;
}
/*
* PCU-bus chipset probe.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment