diff options
author | Javier Martinez Canillas <javier@dowhile0.org> | 2012-05-06 05:05:43 +0200 |
---|---|---|
committer | Javier Martinez Canillas <javier@dowhile0.org> | 2012-05-06 05:05:43 +0200 |
commit | 5759bf4dcc6e4155447bcd40ddebccee50cd3fa5 (patch) | |
tree | 3d843ef570f6922e0ecffdaa67a430e2d8b56221 | |
parent | a9a5ea32c7c0700a04dde6b0160c979f102e4663 (diff) | |
download | ldd3-5759bf4dcc6e4155447bcd40ddebccee50cd3fa5.tar.gz |
sbull: Update sbull_make_request function to make_request_fn new signature
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
-rw-r--r-- | sbull/sbull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbull/sbull.c b/sbull/sbull.c index 0dc474e..922145f 100644 --- a/sbull/sbull.c +++ b/sbull/sbull.c @@ -184,7 +184,7 @@ static void sbull_full_request(struct request_queue *q) /* * The direct make request version. */ -static int sbull_make_request(struct request_queue *q, struct bio *bio) +static void sbull_make_request(struct request_queue *q, struct bio *bio) { struct sbull_dev *dev = q->queuedata; int status; |