X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Flantiq%2Fltq-deu%2Fsrc%2Fifxmips_md5.c;h=55cea1ccee84d35a9a50d0253ebed00e31e31ff3;hb=5587b8f451dd829349095701f0f363af5da12d99;hp=47e1f4933a8bec483405eed72c377c2cdbd726e6;hpb=becf58e080df31e2d9688fba73e7f242343fe934;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c b/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c index 47e1f4933a..55cea1ccee 100644 --- a/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c +++ b/package/kernel/lantiq/ltq-deu/src/ifxmips_md5.c @@ -276,11 +276,11 @@ static struct shash_alg ifxdeu_md5_alg = { } }; -/*! \fn int __init ifxdeu_init_md5 (void) +/*! \fn int ifxdeu_init_md5 (void) * \ingroup IFX_MD5_FUNCTIONS * \brief initialize md5 driver */ -int __init ifxdeu_init_md5 (void) +int ifxdeu_init_md5 (void) { int ret = -ENOSYS; @@ -298,12 +298,12 @@ md5_err: return ret; } -/*! \fn void __exit ifxdeu_fini_md5 (void) +/*! \fn void ifxdeu_fini_md5 (void) * \ingroup IFX_MD5_FUNCTIONS * \brief unregister md5 driver */ -void __exit ifxdeu_fini_md5 (void) +void ifxdeu_fini_md5 (void) { crypto_unregister_shash(&ifxdeu_md5_alg);