Commit cb6f8b75 authored by Mike Snitzer's avatar Mike Snitzer

dm vdo thread-utils: cleanup included headers

Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
Signed-off-by: default avatarMatthew Sakai <msakai@redhat.com>
parent 650e3107
......@@ -11,6 +11,7 @@
#include <linux/printk.h>
#include <linux/sched.h>
#include "errors.h"
#include "thread-device.h"
#include "thread-utils.h"
......
......@@ -5,10 +5,10 @@
#include "thread-utils.h"
#include <linux/completion.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/kthread.h>
#include <linux/mutex.h>
#include <linux/types.h>
#include "errors.h"
#include "logger.h"
......
......@@ -7,12 +7,6 @@
#define THREAD_UTILS_H
#include <linux/atomic.h>
#include <linux/delay.h>
#include <linux/jiffies.h>
#include <linux/mutex.h>
#include <linux/semaphore.h>
#include "errors.h"
/* Thread and synchronization utilities */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment