]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[CRYPTO] geode: Add __dev{init,exit} annotations
authorAdrian Bunk <bunk@kernel.org>
Wed, 12 Dec 2007 02:42:41 +0000 (10:42 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:38 +0000 (08:16 +1100)
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>
drivers/crypto/geode-aes.c

index 581b003ad25cad51a11bf696f2edb9054d1c2975..4801162919d9db389ac9acc9b19b8d56c94cf752 100644 (file)
@@ -499,7 +499,7 @@ static struct crypto_alg geode_ecb_alg = {
        }
 };
 
-static void
+static void __devexit
 geode_aes_remove(struct pci_dev *dev)
 {
        crypto_unregister_alg(&geode_alg);
@@ -514,7 +514,7 @@ geode_aes_remove(struct pci_dev *dev)
 }
 
 
-static int
+static int __devinit
 geode_aes_probe(struct pci_dev *dev, const struct pci_device_id *id)
 {
        int ret;