From 5587b8f451dd829349095701f0f363af5da12d99 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 18 Mar 2018 01:32:47 +0100 Subject: ltq-deu: Fix section mismatches Signed-off-by: Hauke Mehrtens --- package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c') diff --git a/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c b/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c index 7287a82..791b966 100644 --- a/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c +++ b/package/kernel/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c @@ -342,11 +342,11 @@ static struct shash_alg ifxdeu_sha1_hmac_alg = { }; -/*! \fn int __init ifxdeu_init_sha1_hmac (void) +/*! \fn int ifxdeu_init_sha1_hmac (void) * \ingroup IFX_SHA1_HMAC_FUNCTIONS * \brief initialize sha1 hmac driver */ -int __init ifxdeu_init_sha1_hmac (void) +int ifxdeu_init_sha1_hmac (void) { int ret = -ENOSYS; @@ -365,11 +365,11 @@ sha1_err: return ret; } -/*! \fn void __exit ifxdeu_fini_sha1_hmac (void) +/*! \fn void ifxdeu_fini_sha1_hmac (void) * \ingroup IFX_SHA1_HMAC_FUNCTIONS * \brief unregister sha1 hmac driver */ -void __exit ifxdeu_fini_sha1_hmac (void) +void ifxdeu_fini_sha1_hmac (void) { crypto_unregister_shash(&ifxdeu_sha1_hmac_alg); -- cgit v1.1