linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] crypto/geode-aes.c: add __dev{init,exit} annotations
@ 2007-12-11 22:19 Adrian Bunk
  2007-12-12  2:43 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-12-11 22:19 UTC (permalink / raw)
  To: Jordan Crouse, herbert, davem; +Cc: linux-crypto, linux-kernel

This patch adds __dev{init,exit} annotations.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 drivers/crypto/geode-aes.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

9a5ecd183293da27ad66241b51c93bea0634df55 
diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c
index 711e246..96deb47 100644
--- a/drivers/crypto/geode-aes.c
+++ b/drivers/crypto/geode-aes.c
@@ -374,7 +374,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);
@@ -389,7 +389,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;


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] crypto/geode-aes.c: add __dev{init,exit} annotations
  2007-12-11 22:19 [2.6 patch] crypto/geode-aes.c: add __dev{init,exit} annotations Adrian Bunk
@ 2007-12-12  2:43 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2007-12-12  2:43 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Jordan Crouse, davem, linux-crypto, linux-kernel

On Tue, Dec 11, 2007 at 11:19:50PM +0100, Adrian Bunk wrote:
> This patch adds __dev{init,exit} annotations.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Applied to cryptodev.  Thanks Adrian.
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-12  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-11 22:19 [2.6 patch] crypto/geode-aes.c: add __dev{init,exit} annotations Adrian Bunk
2007-12-12  2:43 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).