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.