Patch from abbotti@mev.co.uk (Ian Abbott):
authorFrank Mori Hess <fmhess@speakeasy.net>
Wed, 2 Nov 2005 00:21:28 +0000 (00:21 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Wed, 2 Nov 2005 00:21:28 +0000 (00:21 +0000)
commit6f1f4a5e948b1951e0906af3911182f3c9f938f3
tree64b55ddc2d21d4e89b33995481f94255ff2d53de
parent8e018369a2c7d60ef66e5441eeda8b2ed91e967e
Patch from abbotti@mev.co.uk (Ian Abbott):

The following drivers do not compile for 2.6.13 upwards due to the removal of
the pcmcia_get_card_services_info function, servinfo_t typedef and
CS_RELEASE_CODE macro:

 cb_das16_cs
 das08_cs
 ni_daq_dio24
 ni_labpc_cs
 ni_mio_cs
 quatech_daqp_cs

I think the best solution is to remove the offending code altogether along with
the #include <pcmcia/version.h> lines as CS_RELEASE_CODE has had the same value
since at least 2.4.0 and Comedi doesn't support earlier kernels anymore.
comedi/drivers/cb_das16_cs.c
comedi/drivers/das08_cs.c
comedi/drivers/ni_daq_dio24.c
comedi/drivers/ni_labpc_cs.c
comedi/drivers/ni_mio_cs.c
comedi/drivers/quatech_daqp_cs.c