From e6b679fc3132a3a740260242cc76c21eac1e4580 Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Thu, 16 May 2013 12:42:21 +0400 Subject: [PATCH] fix crypto4xx_core.c compilation error: "drivers/crypto/amcc/crypto4xx_core.c: error: 'THIS_MODULE' undeclared here" --- drivers/crypto/amcc/crypto4xx_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c index f88e3d8f6b647a..4db1183736feb7 100644 --- a/drivers/crypto/amcc/crypto4xx_core.c +++ b/drivers/crypto/amcc/crypto4xx_core.c @@ -19,6 +19,7 @@ */ #include +#include #include #include #include