X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=block%2Fnoop-iosched.c;h=3a0d369d08c7488f8f475091ef3ee6b5dfe46211;hb=14fc69723d3442ef46f8f82b3f481e82f06a346d;hp=c23e029696508dde4161e1359acd882a6dc8a6de;hpb=88fb61e4ba263685a0d5b82c7e9cd6f22a9e6a9d;p=linux-2.6-omap-h63xx.git diff --git a/block/noop-iosched.c b/block/noop-iosched.c index c23e0296965..3a0d369d08c 100644 --- a/block/noop-iosched.c +++ b/block/noop-iosched.c @@ -76,7 +76,7 @@ static void *noop_init_queue(struct request_queue *q) return nd; } -static void noop_exit_queue(elevator_t *e) +static void noop_exit_queue(struct elevator_queue *e) { struct noop_data *nd = e->elevator_data;