[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1458286469.3859.28.camel@gmail.com>
Date: Fri, 18 Mar 2016 08:34:29 +0100
From: Mike Galbraith <umgwanakikbuti@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Gary R Hook <gary.hook@....com>,
Tom Lendacky <thomas.lendacky@....com>,
Herbert Xu <herbert@...dor.apana.org.au>
Subject: [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h>
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 <umgwanakikbuti@...il.com>
---
drivers/crypto/ccp/ccp-dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/crypto/ccp/ccp-dev.c
+++ b/drivers/crypto/ccp/ccp-dev.c
@@ -16,7 +16,7 @@
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
-#include <linux/rwlock_types.h>
+#include <linux/spinlock_types.h>
#include <linux/types.h>
#include <linux/mutex.h>
#include <linux/delay.h>
Powered by blists - more mailing lists