Small buglet in parport_pc (Linux 2.4.4)

From: Dominik Kubla (dominik.kubla@uni-mainz.de)
Date: Tue May 08 2001 - 01:40:11 EST


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 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/



This archive was generated by hypermail 2b29 : Tue May 15 2001 - 21:00:11 EST