Hi folks,
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, send mail to: linux-parport-request@torque.net -- -- with the single word "unsubscribe" in the body of the message. --
This archive was generated by hypermail 2b29 : Tue May 08 2001 - 03:10:36 EDT