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

Commit 09cb914f authored by Richard Knutsson's avatar Richard Knutsson Committed by Herbert Xu
Browse files

[CRYPTO] geode: Convert pci_module_init() to pci_register_driver()



Replace uses of the obsolete pci_module_init function.

Signed-off-by: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 78a1fe4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -457,7 +457,7 @@ static struct pci_driver geode_aes_driver = {
static int __init
geode_aes_init(void)
{
	return pci_module_init(&geode_aes_driver);
	return pci_register_driver(&geode_aes_driver);
}

static void __exit