From: Mike Galbraith Date: Tue, 5 Apr 2016 13:03:21 +0000 (+0200) Subject: crypto: ccp - Fix RT breaking #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7587c407540006e4e8fd5ed33f66ffe6158e830a;p=linux-beck.git crypto: ccp - Fix RT breaking #include Direct include of rwlock_types.h breaks RT, use spinlock_types.h instead. Fixes: 553d2374db0b crypto: ccp - Support for multiple CCPs Signed-off-by: Mike Galbraith Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccp/ccp-dev.c b/drivers/crypto/ccp/ccp-dev.c index 4dbc18727235..87b9f2bfa623 100644 --- a/drivers/crypto/ccp/ccp-dev.c +++ b/drivers/crypto/ccp/ccp-dev.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include