block: remove 'q' parameter from kblockd_schedule_*_work()
[linux-2.6-block.git] / include / linux / blkdev.h
index 1e1fa3f93d5fc804627108a32737527e2b44b4d5..2425945d36abbec5350346640a8a6870cb7ccaa2 100644 (file)
@@ -1359,8 +1359,8 @@ static inline void put_dev_sector(Sector p)
 }
 
 struct work_struct;
-int kblockd_schedule_work(struct request_queue *q, struct work_struct *work);
-int kblockd_schedule_delayed_work(struct request_queue *q, struct delayed_work *dwork, unsigned long delay);
+int kblockd_schedule_work(struct work_struct *work);
+int kblockd_schedule_delayed_work(struct delayed_work *dwork, unsigned long delay);
 
 #ifdef CONFIG_BLK_CGROUP
 /*