still some remnants of pcmcia ioctl content lying around
Robert P. J. Day
rpjday at crashcourse.ca
Fri Jul 16 05:24:02 EDT 2010
even though pcmcia ioctl support was(?) removed back here (although
the comment suggests only for ARM, which is strange):
$ git show acd200bf45
commit acd200bf45487271d54f05938ad9e30f32a530ee
Author: Dominik Brodowski <linux at dominikbrodowski.net>
Date: Sat Mar 6 13:31:17 2010 +0100
pcmcia: disable PCMCIA ioctl also for ARM
As per a3f916f2c84f2b9e1d32cc0dbfe326a9e380dbfb, disable the long
obsolete PCMCIA ioctl also for ARM.
Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index 4c5b53f..caca50e 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -49,26 +49,6 @@ config PCMCIA_LOAD_CIS
If unsure, say Y.
-config PCMCIA_IOCTL
... snip ...
there are still remnants of pcmcia ioctl content sprinkled
throughout the source tree, like here:
drivers/pcmcia/Makefile:
pcmcia-$(CONFIG_PCMCIA_IOCTL) += pcmcia_ioctl.o
if that feature is really removed, all traces of it should be removed
as well.
rday
p.s. the pcmcia_ioctl.c source file is still there as well.
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the linux-pcmcia
mailing list