[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1265717574-26274-1-git-send-email-padovan@profusion.mobi>
Date: Tue, 9 Feb 2010 10:12:54 -0200
From: "Gustavo F. Padovan" <padovan@...fusion.mobi>
To: linux-kernel@...r.kernel.org
Cc: jaharkes@...cmu.edu, coda@...cmu.edu, codalist@...a.cs.cmu.edu
Subject: [PATCH] coda: fix warning when CONFIG_SYSCTL is disabled
fs/coda/sysctl.c:18: warning: ‘coda_table’ defined but not used
Signed-off-by: Gustavo F. Padovan <padovan@...fusion.mobi>
---
fs/coda/sysctl.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/fs/coda/sysctl.c b/fs/coda/sysctl.c
index c6405ce..c4ccf15 100644
--- a/fs/coda/sysctl.c
+++ b/fs/coda/sysctl.c
@@ -13,7 +13,6 @@
#ifdef CONFIG_SYSCTL
static struct ctl_table_header *fs_table_header;
-#endif
static ctl_table coda_table[] = {
{
@@ -40,7 +39,6 @@ static ctl_table coda_table[] = {
{}
};
-#ifdef CONFIG_SYSCTL
static ctl_table fs_table[] = {
{
.procname = "coda",
--
1.6.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists