aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 71a9371c8182..afc43fb63c16 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1800,8 +1800,6 @@ static inline bool req_gap_front_merge(struct request *req, struct bio *bio)
1800 1800
1801int kblockd_schedule_work(struct work_struct *work); 1801int kblockd_schedule_work(struct work_struct *work);
1802int kblockd_schedule_work_on(int cpu, struct work_struct *work); 1802int kblockd_schedule_work_on(int cpu, struct work_struct *work);
1803int kblockd_schedule_delayed_work(struct delayed_work *dwork, unsigned long delay);
1804int kblockd_schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
1805int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay); 1803int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
1806 1804
1807#ifdef CONFIG_BLK_CGROUP 1805#ifdef CONFIG_BLK_CGROUP