[PATCH] jffs2: fix section mismatches

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Randy Dunlap <[email protected]>

Priority: not critical; makes init code discardable.

Fix section mismatch warnings:
WARNING: fs/jffs2/jffs2.o - Section mismatch: reference to .init.text:jffs2_zlib_init from .text between 'jffs2_compressors_init' (at offset 0x546) and 'jffs2_compressors_exit'

Signed-off-by: Randy Dunlap <[email protected]>
---
 fs/jffs2/compr.c       |    2 +-
 fs/jffs2/compr_rtime.c |    2 +-
 fs/jffs2/compr_rubin.c |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

--- linux-2617-rc6.orig/fs/jffs2/compr.c
+++ linux-2617-rc6/fs/jffs2/compr.c
@@ -412,7 +412,7 @@ void jffs2_free_comprbuf(unsigned char *
                 kfree(comprbuf);
 }
 
-int jffs2_compressors_init(void)
+int __init jffs2_compressors_init(void)
 {
 /* Registering compressors */
 #ifdef CONFIG_JFFS2_ZLIB
--- linux-2617-rc6.orig/fs/jffs2/compr_rtime.c
+++ linux-2617-rc6/fs/jffs2/compr_rtime.c
@@ -121,7 +121,7 @@ static struct jffs2_compressor jffs2_rti
 #endif
 };
 
-int jffs2_rtime_init(void)
+int __init jffs2_rtime_init(void)
 {
     return jffs2_register_compressor(&jffs2_rtime_comp);
 }
--- linux-2617-rc6.orig/fs/jffs2/compr_rubin.c
+++ linux-2617-rc6/fs/jffs2/compr_rubin.c
@@ -344,7 +344,7 @@ static struct jffs2_compressor jffs2_rub
 #endif
 };
 
-int jffs2_rubinmips_init(void)
+int __init jffs2_rubinmips_init(void)
 {
     return jffs2_register_compressor(&jffs2_rubinmips_comp);
 }
@@ -367,7 +367,7 @@ static struct jffs2_compressor jffs2_dyn
 #endif
 };
 
-int jffs2_dynrubin_init(void)
+int __init jffs2_dynrubin_init(void)
 {
     return jffs2_register_compressor(&jffs2_dynrubin_comp);
 }


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux