From 66ae0fc6f9662cdff147c0980ba9cf444901b9cc Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Tue, 7 Dec 2010 02:12:50 +0100 Subject: sbull: Change request_queue_t to struct request_queue --- sbull/sbull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbull/sbull.c b/sbull/sbull.c index beecfdc..65ab350 100644 --- a/sbull/sbull.c +++ b/sbull/sbull.c @@ -100,7 +100,7 @@ static void sbull_transfer(struct sbull_dev *dev, unsigned long sector, /* * The simple form of the request function. */ -static void sbull_request(request_queue_t *q) +static void sbull_request(struct request_queue *q) { struct request *req; -- cgit v1.2.1-18-gbd029