OSDN Git Service

crypto: crypto4xx - remove extern statement before function declaration
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 25 Aug 2017 13:47:17 +0000 (15:47 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Sep 2017 09:43:17 +0000 (17:43 +0800)
commit886c251fd4ca40a27697afec7bc44c115e803d78
tree33093352eee4d07ab388df6049098f5f1ad7f6e6
parent1ef52a95ea53c3c54b061e3f1af85976356c7132
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>
drivers/crypto/amcc/crypto4xx_core.h