From 35e6853f739c15b6008da898ce92a0f0d7ef4e3b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 17 Dec 2015 15:10:31 +0000 Subject: [PATCH] scst: Fix two section mismatches (merge r6741 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.1.x@6751 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c index 0ade29717..f6415bcee 100644 --- a/scst/src/scst_proc.c +++ b/scst/src/scst_proc.c @@ -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();