diff options
Diffstat (limited to 'block/bsg.c')
-rw-r--r-- | block/bsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/bsg.c b/block/bsg.c index 82d58829ba59..83e381a26b58 100644 --- a/block/bsg.c +++ b/block/bsg.c | |||
@@ -968,6 +968,7 @@ static const struct file_operations bsg_fops = { | |||
968 | .release = bsg_release, | 968 | .release = bsg_release, |
969 | .unlocked_ioctl = bsg_ioctl, | 969 | .unlocked_ioctl = bsg_ioctl, |
970 | .owner = THIS_MODULE, | 970 | .owner = THIS_MODULE, |
971 | .llseek = default_llseek, | ||
971 | }; | 972 | }; |
972 | 973 | ||
973 | void bsg_unregister_queue(struct request_queue *q) | 974 | void bsg_unregister_queue(struct request_queue *q) |