Commit 7b89a607 authored by Michal Rokos's avatar Michal Rokos Committed by Russell King

[PCMCIA] Exclude uneeded code when ! CONFIG_PROC_FS

Patch from Michal Rokos

proc_pccard is declared twice, so remove the first declaration such
that it is only in ifdef CONFIG_PROC_FS block.
Signed-off-by: default avatarRussell King <rmk@arm.linux.org.uk>
parent 7d5e9e6a
......@@ -134,8 +134,6 @@ static dev_info_t dev_info = "Driver Services";
static int major_dev = -1;
static struct proc_dir_entry *proc_pccard;
/*====================================================================*/
/* code which was in cs.c before */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment