aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2017-12-22 21:18:37 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-01-05 18:43:04 +1100
commit57268aba3834ae1fde93ccc95f2e0540ba98cedd (patch)
treebf19f4786fdd9945078382db292554d1b939ee48 /drivers/crypto/amcc/crypto4xx_core.h
parentcrypto: crypto4xx - support Revision B parts (diff)
downloadlinux-dev-57268aba3834ae1fde93ccc95f2e0540ba98cedd.tar.xz
linux-dev-57268aba3834ae1fde93ccc95f2e0540ba98cedd.zip
crypto: crypto4xx - fix missing irq devname
crypto4xx_device's name variable is not set to anything. The common devname for request_irq seems to be the module name. This will fix the seemingly anonymous interrupt entry in /proc/interrupts for crypto4xx. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--drivers/crypto/amcc/crypto4xx_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/amcc/crypto4xx_core.h b/drivers/crypto/amcc/crypto4xx_core.h
index 013d9992a44e..61a02a4c5794 100644
--- a/drivers/crypto/amcc/crypto4xx_core.h
+++ b/drivers/crypto/amcc/crypto4xx_core.h
@@ -82,7 +82,6 @@ struct pd_uinfo {
struct crypto4xx_device {
struct crypto4xx_core_device *core_dev;
- char *name;
void __iomem *ce_base;
void __iomem *trng_base;