lkml.org 
[lkml]   [2001]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectSmall buglet in parport_pc (Linux 2.4.4)
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/

\
 
 \ /
  Last update: 2005-03-22 13:17    [W:0.051 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site