Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28b57cdd authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse
Browse files

[MTD] [MAPS] drivers/mtd/maps/ck804xrom.c: convert pci_module_init()



This patch converts the pci_module_init() usage to pci_register_driver().

It's currently #if 0'ed, but still not a bad idea to change it.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 54d33c4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ static int __init init_ck804xrom(void)
	}
	return -ENXIO;
#if 0
	return pci_module_init(&ck804xrom_driver);
	return pci_register_driver(&ck804xrom_driver);
#endif
}