]> bbs.cooldavid.org Git - net-next-2.6.git/commit
cpqarray: fix wrong __init type on pci probe function
authorJens Axboe <jaxboe@fusionio.com>
Mon, 14 Jun 2010 10:55:09 +0000 (12:55 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 14 Jun 2010 10:55:09 +0000 (12:55 +0200)
commitd4a3895f5d024b47ef8e9d98c59a9b86dcdcef59
tree7b4a4d58a463e36b775770cd640ea1430f32763c
parent575f552012ec0cd6591fd85ee996d5a5ad1a669a
cpqarray: fix wrong __init type on pci probe function

It needs to be __devinit, not __init.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/cpqarray.c