diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1adb03827bd3..10aa46c8f170 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -912,7 +912,7 @@ static inline void put_dev_sector(Sector p) | |||
912 | } | 912 | } |
913 | 913 | ||
914 | struct work_struct; | 914 | struct work_struct; |
915 | int kblockd_schedule_work(struct work_struct *work); | 915 | int kblockd_schedule_work(struct request_queue *q, struct work_struct *work); |
916 | void kblockd_flush_work(struct work_struct *work); | 916 | void kblockd_flush_work(struct work_struct *work); |
917 | 917 | ||
918 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ | 918 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ |