diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-19 15:44:12 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-04-20 17:50:07 +0800 |
commit | 5512442553bbe8d4fcdba3e17b30f187706384a7 (patch) | |
tree | e439822973a596f48d048139e4b90b3085e56f29 | |
parent | 07c8fccbf7fd6adf896db380c5a32c66a5b32aca (diff) |
crypto: s5p-sss - Remove useless hash interrupt handler
Beside regular feed control interrupt, the driver requires also hash
interrupt for older SoCs (samsung,s5pv210-secss). However after
requesting it, the interrupt handler isn't doing anything with it, not
even clearing the hash interrupt bit.
Driver does not provide hash functions so it is safe to remove the hash
interrupt related code and to not require the interrupt in Device Tree.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>