Re: [2.6 patch] crypto/geode-aes.c: add __dev{init,exit} annotations

2007-12-11 Thread Herbert Xu
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 <[EMAIL PROTECTED]> Applied to cryptodev. Thanks Adrian. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Hom

[2.6 patch] crypto/geode-aes.c: add __dev{init,exit} annotations

2007-12-11 Thread Adrian Bunk
This patch adds __dev{init,exit} annotations. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 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.