diff options
Diffstat (limited to 'fs/btrfs/async-thread.c')
-rw-r--r-- | fs/btrfs/async-thread.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/btrfs/async-thread.c b/fs/btrfs/async-thread.c index 2ee301740195..4e780b279de6 100644 --- a/fs/btrfs/async-thread.c +++ b/fs/btrfs/async-thread.c | |||
@@ -20,13 +20,7 @@ | |||
20 | #include <linux/kthread.h> | 20 | #include <linux/kthread.h> |
21 | #include <linux/list.h> | 21 | #include <linux/list.h> |
22 | #include <linux/spinlock.h> | 22 | #include <linux/spinlock.h> |
23 | |||
24 | #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20) | ||
25 | # include <linux/freezer.h> | 23 | # include <linux/freezer.h> |
26 | #else | ||
27 | # include <linux/sched.h> | ||
28 | #endif | ||
29 | |||
30 | #include "async-thread.h" | 24 | #include "async-thread.h" |
31 | 25 | ||
32 | /* | 26 | /* |