diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
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 | ||
| 1801 | int kblockd_schedule_work(struct work_struct *work); | 1801 | int kblockd_schedule_work(struct work_struct *work); |
| 1802 | int kblockd_schedule_work_on(int cpu, struct work_struct *work); | 1802 | int kblockd_schedule_work_on(int cpu, struct work_struct *work); |
| 1803 | int kblockd_schedule_delayed_work(struct delayed_work *dwork, unsigned long delay); | ||
| 1804 | int kblockd_schedule_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay); | ||
| 1805 | int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay); | 1803 | int 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 |
