diff options
-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 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; |