projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eae29e
)
crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>
author
Mike Galbraith
<umgwanakikbuti@gmail.com>
Tue, 5 Apr 2016 13:03:21 +0000
(15:03 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 15 Apr 2016 14:35:44 +0000
(22:35 +0800)
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-dev.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/ccp/ccp-dev.c
b/drivers/crypto/ccp/ccp-dev.c
index 4dbc187272358414e108143a0561940676de0341..87b9f2bfa623b1c6a2752519fffcdb5957646874 100644
(file)
--- 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/
rw
lock_types.h>
+#include <linux/
spin
lock_types.h>
#include <linux/types.h>
#include <linux/mutex.h>
#include <linux/delay.h>