* Small buglet in parport_pc (Linux 2.4.4)
@ 2001-05-08 6:40 Dominik Kubla
0 siblings, 0 replies; only message in thread
From: Dominik Kubla @ 2001-05-08 6:40 UTC (permalink / raw)
To: linux-parport; +Cc: linux-kernel, torvalds
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]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-08 6:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-08 6:40 Small buglet in parport_pc (Linux 2.4.4) Dominik Kubla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®