There is a little buglet in v2.4.4.
parport_pc.c will not compile if CONFIG_PCI is not set. The mistake is
in line 2579:
static int __init parport_pc_init_superio(void) {return 0;}
This has to be changed to:
static int __init parport_pc_init_superio(int autoirq, int autodma) {return 0;}
to compile.
Thanks,
Dominik Kubla
-- A lovely thing to see: Kobayashi Issa through the paper window's holes (1763-1828) the galaxy. [taken from: David Brin - Sundiver] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/