From 6913b0dbcc495e1b72743a201344fbe27dee91c8 Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Sun, 10 Jun 2007 17:55:23 -0400 Subject: [PATCH] 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 --- fs/unionfs/sioq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1