Commit 953a70be authored by James Bottomley's avatar James Bottomley

fix missing scsi_exit_queue function

Fix from hch on IRC.
parent 6350779e
......@@ -1172,7 +1172,7 @@ int __init scsi_init_queue(void)
return 0;
}
void __exit scsi_exit_lib(void)
void __exit scsi_exit_queue(void)
{
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment