linux-next: pcmcia tree build failure
From: Stephen Rothwell <hidden>
Date: 2008-08-22 04:52:37
Subsystem:
pcmcia subsystem, the rest · Maintainers:
Dominik Brodowski, Linus Torvalds
From: Stephen Rothwell <hidden>
Date: 2008-08-22 04:52:37
Subsystem:
pcmcia subsystem, the rest · Maintainers:
Dominik Brodowski, Linus Torvalds
Hi Dominik,
Today's linux-next build (x86_64 allmodconfig) failed like this:
ERROR: "cs_debug_level" [drivers/pcmcia/pcmcia_core.ko] undefined!
Caused by commit e84d3a8fd37981178933e706432fa9f763f8ba6a ("pcmcia: fix
CONFIG_DEBUG and dev_debug in pcmcia_core.o") ?
I added the following patch.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From e1469fe9d72730c25adb94872a7b2783e37cc090 Mon Sep 17 00:00:00 2001
From: Stephen Rothwell <redacted> Date: Fri, 22 Aug 2008 14:50:21 +1000 Subject: [PATCH] pcmcia: fix cs_debug_level availablility Signed-off-by: Stephen Rothwell <redacted> --- drivers/pcmcia/cs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/pcmcia/cs.c b/drivers/pcmcia/cs.c
index fcc6145..48386f3 100644
--- a/drivers/pcmcia/cs.c
+++ b/drivers/pcmcia/cs.c@@ -61,7 +61,7 @@ INT_MODULE_PARM(unreset_limit, 30); /* unreset_check's */ /* Access speed for attribute memory windows */ INT_MODULE_PARM(cis_speed, 300); /* ns */ -#ifdef DEBUG +#ifdef CONFIG_PCMCIA_DEBUG static int pc_debug; module_param(pc_debug, int, 0644);
--
1.5.6.3