mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Reverted another non-SCST related ibmvstgt.c change.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2181 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1192,7 +1192,7 @@ static int get_system_info(void)
|
||||
* functions, the SCST target template must be registered before
|
||||
* vio_register_driver() is called.
|
||||
*/
|
||||
static int __init ibmvstgt_init(void)
|
||||
static int ibmvstgt_init(void)
|
||||
{
|
||||
int err = -ENOMEM;
|
||||
|
||||
@@ -1230,7 +1230,7 @@ out:
|
||||
return err;
|
||||
}
|
||||
|
||||
static void __exit ibmvstgt_exit(void)
|
||||
static void ibmvstgt_exit(void)
|
||||
{
|
||||
printk("Unregister IBM virtual SCSI driver\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user