Hello, Is there any need to keep drivers/pcmcia/vrc4173_cardu.c in the kernel? It contains the code INIT_WORK(&socket->tq_work, cardu_bh, socket);. INIT_WORK has not had three arguments since Linux 2.6.19, so I don't think that it is possible for this code to compile. julia