]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix compile warning in kernel/params.c
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 19:07:17 +0000 (12:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 19:09:00 +0000 (12:09 -0700)
Move free_module_param_attrs() into the CONFIG_MODULES section, since
it's only used inside there. Thus avoiding the warning

  kernel/params.c:514: warning: 'free_module_param_attrs' defined but not used

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/params.c

index b077f1b045d3c6e33447a8c9568c8c7f5ced1fa2..a1e3025b19a9aed003967a0a9e2ff3d05456428b 100644 (file)
@@ -510,6 +510,7 @@ fail:
        return err;
 }
 
+#ifdef CONFIG_MODULES
 static void free_module_param_attrs(struct module_kobject *mk)
 {
        kfree(mk->mp->grp.attrs);
@@ -517,7 +518,6 @@ static void free_module_param_attrs(struct module_kobject *mk)
        mk->mp = NULL;
 }
 
-#ifdef CONFIG_MODULES
 /*
  * module_param_sysfs_setup - setup sysfs support for one module
  * @mod: module