summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index b9972fe4fc70..407b176d7dad 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -8,7 +8,6 @@
#include <linux/list.h>
#include <linux/pagemap.h>
#include <linux/backing-dev.h>
-#include <linux/interrupt.h>
#include <asm/scatterlist.h>
@@ -137,11 +136,6 @@ struct blk_queue_tag {
int max_depth;
};
-struct blk_plug {
- struct list_head list;
- struct tasklet_struct task;
-};
-
/*
* Default nr free requests per queue, ll_rw_blk will scale it down
* according to available RAM at init time
@@ -183,7 +177,7 @@ struct request_queue
unsigned long bounce_pfn;
int bounce_gfp;
- struct blk_plug plug;
+ struct list_head plug_list;
/*
* various queue flags, see QUEUE_* below