Commit f17922bc authored by Adrian Bunk's avatar Adrian Bunk Committed by Herbert Xu
Browse files

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



This patch adds __dev{init,exit} annotations.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7c3d703f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;