blktrace: kill the unneeded initcall
authorJens Axboe <jens.axboe@oracle.com>
Fri, 11 Jan 2008 12:37:01 +0000 (13:37 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 11 Jan 2008 12:37:01 +0000 (13:37 +0100)
It just inits the mutex, we can do that with DEFINE_MUTEX() instead.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found