mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dominik Kubla <dominik.kubla@uni-mainz.de>
To: linux-parport@torque.net
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Small buglet in parport_pc (Linux 2.4.4)
Date: Tue, 8 May 2001 08:40:11 +0200	[thread overview]
Message-ID: <20010508084011.B4287@uni-mainz.de> (raw)

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]

                 reply	other threads:[~2001-05-08  6:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010508084011.B4287@uni-mainz.de \
    --to=dominik.kubla@uni-mainz.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parport@torque.net \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®