]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/blkdev.h
block: make kblockd_schedule_work() take the queue as parameter
[linux-2.6-omap-h63xx.git] / include / linux / blkdev.h
index 1adb03827bd30aa431097639a51cdccfa2a2ff4e..10aa46c8f170000203c2b8d9505f1251c8ff9ec5 100644 (file)
@@ -912,7 +912,7 @@ static inline void put_dev_sector(Sector p)
 }
 
 struct work_struct;
-int kblockd_schedule_work(struct work_struct *work);
+int kblockd_schedule_work(struct request_queue *q, struct work_struct *work);
 void kblockd_flush_work(struct work_struct *work);
 
 #define MODULE_ALIAS_BLOCKDEV(major,minor) \