Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[CRYPTO] geode: Add __dev{init,exit} annotations

This patch adds __dev{init,exit} annotations.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Adrian Bunk and committed by
Herbert Xu
f17922bc 7c3d703f

+2 -2
+2 -2
drivers/crypto/geode-aes.c
··· 499 499 } 500 500 }; 501 501 502 - static void 502 + static void __devexit 503 503 geode_aes_remove(struct pci_dev *dev) 504 504 { 505 505 crypto_unregister_alg(&geode_alg); ··· 514 514 } 515 515 516 516 517 - static int 517 + static int __devinit 518 518 geode_aes_probe(struct pci_dev *dev, const struct pci_device_id *id) 519 519 { 520 520 int ret;