diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1a03b715dfad..a7323930d2ba 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -1147,7 +1147,11 @@ static inline void put_dev_sector(Sector p) | |||
1147 | } | 1147 | } |
1148 | 1148 | ||
1149 | struct work_struct; | 1149 | struct work_struct; |
1150 | struct delayed_work; | ||
1150 | int kblockd_schedule_work(struct request_queue *q, struct work_struct *work); | 1151 | int kblockd_schedule_work(struct request_queue *q, struct work_struct *work); |
1152 | int kblockd_schedule_delayed_work(struct request_queue *q, | ||
1153 | struct delayed_work *work, | ||
1154 | unsigned long delay); | ||
1151 | 1155 | ||
1152 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ | 1156 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ |
1153 | MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor)) | 1157 | MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor)) |