Skip to content

Commit

Permalink
[CRYPTO] geode: Add __dev{init,exit} annotations
Browse files Browse the repository at this point in the history
This patch adds __dev{init,exit} annotations.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
AdrianBunk authored and herbertx committed Jan 10, 2008
1 parent 7c3d703 commit f17922b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/crypto/geode-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;
Expand Down

0 comments on commit f17922b

Please sign in to comment.