* [Patch 2.6] PCMCIA ds - Exclude uneeded code when ! CONFIG_PROC_FS
@ 2004-10-15 12:34 Michal Rokos
2004-11-20 9:51 ` Russell King
0 siblings, 1 reply; 2+ messages in thread
From: Michal Rokos @ 2004-10-15 12:34 UTC (permalink / raw)
To: linux-kernel
Hello,
just a oneliner to remove unneeded definition that is done below in the
code anyway.
Michal
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/10/15 13:28:23+02:00 michal@nb-rokos.nx.cz
# proc_pccard is declared below once again, so exclude it here and let
it be in ifdef CONFIG_PROC_FS block.
#
# drivers/pcmcia/ds.c
# 2004/10/15 13:28:02+02:00 michal@nb-rokos.nx.cz +0 -2
# proc_pccard is declared below once again, so exclude it here and let
it be in ifdef CONFIG_PROC_FS block.
#
diff -Nru a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c
--- a/drivers/pcmcia/ds.c 2004-10-15 14:26:19 +02:00
+++ b/drivers/pcmcia/ds.c 2004-10-15 14:26:19 +02:00
@@ -134,8 +134,6 @@
static int major_dev = -1;
-static struct proc_dir_entry *proc_pccard;
-
/*====================================================================*/
/* code which was in cs.c before */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-20 9:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-15 12:34 [Patch 2.6] PCMCIA ds - Exclude uneeded code when ! CONFIG_PROC_FS Michal Rokos
2004-11-20 9:51 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox