From: Erez_Zadok Date: Sun, 10 Jun 2007 21:55:23 +0000 (-0400) Subject: Fix section marker in header file: X-Git-Tag: unionfs-2.1.1~59 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=008c829a4cd4470a9e433933f4e5ad369d53af36;p=unionfs-2.6.25.y.git Fix section marker in header file: WARNING: fs/unionfs/unionfs.o(.init.text+0x56): Section mismatch: reference to .exit.text:stop_sioq (between 'init_module' and 'init_sioq') Signed-off-by: Randy Dunlap Signed-off-by: Josef 'Jeff' Sipek Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h index 4b15e5e1385..e1807568c2a 100644 --- a/fs/unionfs/sioq.h +++ b/fs/unionfs/sioq.h @@ -81,7 +81,7 @@ struct sioq_args { /* Extern definitions for SIOQ functions */ extern int __init init_sioq(void); -extern __exit void stop_sioq(void); +extern void stop_sioq(void); extern void run_sioq(work_func_t func, struct sioq_args *args); /* Extern definitions for our privilege escalation helpers */