From: Mike Galbraith Date: Tue, 5 Apr 2016 13:03:21 +0000 (+0200) Subject: crypto: ccp - Fix RT breaking #include X-Git-Tag: v6.1~16433^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7587c407540006e4e8fd5ed33f66ffe6158e830a;p=sdk%2Femulator%2Femulator-kernel.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