mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-30 10:16:18 +00:00
scst, procfs: Fix two section mismatches
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6741 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1110,7 +1110,7 @@ static int __init scst_proc_init_sgv(void)
|
||||
return res;
|
||||
}
|
||||
|
||||
static void __exit scst_proc_cleanup_sgv(void)
|
||||
static void scst_proc_cleanup_sgv(void)
|
||||
{
|
||||
TRACE_ENTRY();
|
||||
remove_proc_entry("sgv", scst_proc_scsi_tgt);
|
||||
@@ -1217,7 +1217,7 @@ out_nomem:
|
||||
goto out;
|
||||
}
|
||||
|
||||
void __exit scst_proc_cleanup_module(void)
|
||||
void scst_proc_cleanup_module(void)
|
||||
{
|
||||
TRACE_ENTRY();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user