Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7587c407 authored by Mike Galbraith's avatar Mike Galbraith Committed by Herbert Xu
Browse files

crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>



Direct include of rwlock_types.h breaks RT, use spinlock_types.h instead.

Fixes: 553d2374 crypto: ccp - Support for multiple CCPs
Signed-off-by: default avatarMike Galbraith <umgwanakikbuti@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6eae29e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/spinlock.h>
#include <linux/rwlock_types.h>
#include <linux/spinlock_types.h>
#include <linux/types.h>
#include <linux/types.h>
#include <linux/mutex.h>
#include <linux/mutex.h>
#include <linux/delay.h>
#include <linux/delay.h>