]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/locking/rwsem-xadd.c
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
[mirror_ubuntu-bionic-kernel.git] / kernel / locking / rwsem-xadd.c
index 2ad8d8dc3bb19db644d0ee8f8301d61b71d0542d..4fe8d8ad439642fc6d0d75a32b4bc3692302d90b 100644 (file)
  * and Davidlohr Bueso <davidlohr@hp.com>. Based on mutexes.
  */
 #include <linux/rwsem.h>
-#include <linux/sched.h>
 #include <linux/init.h>
 #include <linux/export.h>
+#include <linux/sched.h>
 #include <linux/sched/rt.h>
+#include <linux/sched/wake_q.h>
 #include <linux/osq_lock.h>
 
 #include "rwsem.h"