lkml.org 
[lkml]   [2003]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[TRIVIAL] eliminate warnings in mtrr_if.c when !CONFIG_PROC_FS
Date
From:  Stephen Hemminger <shemminger@osdl.org>

Patch against 2.6.0-test1 latest (post-bk2). Get's rid of unused variable and function
warnings if /proc is not configured on.

--- trivial-2.6.0-test4-bk5/arch/i386/kernel/cpu/mtrr/if.c.orig 2003-09-04 13:02:00.000000000 +1000
+++ trivial-2.6.0-test4-bk5/arch/i386/kernel/cpu/mtrr/if.c 2003-09-04 13:02:00.000000000 +1000
@@ -13,6 +13,7 @@
/* RED-PEN: this is accessed without any locking */
extern unsigned int *usage_table;

+#ifdef CONFIG_PROC_FS
static int mtrr_seq_show(struct seq_file *seq, void *offset);

#define FILE_FCOUNT(f) (((struct seq_file *)((f)->private_data))->private)
@@ -310,11 +311,9 @@
.release = mtrr_close,
};

-# ifdef CONFIG_PROC_FS

static struct proc_dir_entry *proc_root_mtrr;

-# endif /* CONFIG_PROC_FS */

static int mtrr_seq_show(struct seq_file *seq, void *offset)
{
@@ -349,6 +348,8 @@
return 0;
}

+# endif /* CONFIG_PROC_FS */
+
static int __init mtrr_if_init(void)
{
#ifdef CONFIG_PROC_FS
--
What is this? http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
Don't blame me: the Monkey is driving
File: Stephen Hemminger <shemminger@osdl.org>: [PATCH] eliminate warnings in mtrr_if.c when !CONFIG_PROC_FS
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.035 / U:0.388 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site