linux/drivers/crypto/amcc
Christian Lamparter 886c251fd4 crypto: crypto4xx - remove extern statement before function declaration
All function declarations are "extern" by default, there is no need to
specify it explicitly.

For C99 states in 6.2.2.5:
"If the declaration of an identifier for a function has no
storage-class specifier, its linkage is determined exactly
as if it were declared with the storage-class specifier
extern."

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-09-22 17:43:17 +08:00
..
crypto4xx_alg.c crypto: crypto4xx - remove unused definitions and write-only variables 2017-09-22 17:43:16 +08:00
crypto4xx_core.c crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag 2017-09-22 17:43:17 +08:00
crypto4xx_core.h crypto: crypto4xx - remove extern statement before function declaration 2017-09-22 17:43:17 +08:00
crypto4xx_reg_def.h crypto: crypto4xx - rename ce_ring_contol to ce_ring_control 2017-04-24 18:11:06 +08:00
crypto4xx_sa.c crypto: amcc - Remove unused function 2015-01-05 21:36:07 +11:00
crypto4xx_sa.h Fix common misspellings 2011-03-31 11:26:23 -03:00
crypto4xx_trng.c crypto4xx: integrate ppc4xx-rng into crypto4xx 2016-04-20 17:50:02 +08:00
crypto4xx_trng.h crypto4xx: integrate ppc4xx-rng into crypto4xx 2016-04-20 17:50:02 +08:00
Makefile crypto4xx: integrate ppc4xx-rng into crypto4xx 2016-04-20 17:50:02 +08:00