public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h>
@ 2016-03-18  7:34 Mike Galbraith
  2016-04-05 12:45 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Galbraith @ 2016-03-18  7:34 UTC (permalink / raw)
  To: LKML; +Cc: Gary R Hook, Tom Lendacky, Herbert Xu


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@gmail.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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-05 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18  7:34 [patch] crypto,ccp: Fix RT breaking #include <linux/rwlock_types.h> Mike Galbraith
2016-04-05 12:45 ` Herbert Xu
2016-04-05 13:03   ` Mike Galbraith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox