diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 48ec8862a11a..2bad616b9949 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -1074,6 +1074,8 @@ struct block_device_operations { | |||
1074 | struct module *owner; | 1074 | struct module *owner; |
1075 | }; | 1075 | }; |
1076 | 1076 | ||
1077 | extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int, | ||
1078 | unsigned long); | ||
1077 | #else /* CONFIG_BLOCK */ | 1079 | #else /* CONFIG_BLOCK */ |
1078 | /* | 1080 | /* |
1079 | * stubs for when the block layer is configured out | 1081 | * stubs for when the block layer is configured out |